Skip to content

Commit

Permalink
v.1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed Jan 14, 2019
1 parent 0d03a86 commit a524856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyaccess/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def last_pip_version():
return sorted(uploads, key=lambda x: x[1])[-1][0]


version_tag = (1, 4, 6, "dev")
version_tag = (1, 4, 6)
__version__ = ".".join(map(str, version_tag[:3]))

if len(version_tag) > 3:
Expand Down

0 comments on commit a524856

Please sign in to comment.