Skip to content

Commit

Permalink
version 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed Oct 4, 2018
1 parent 9a1698d commit 0a0ae36
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 @@ -24,7 +24,7 @@ def last_pip_version():
return sorted(uploads, key=lambda x: x[1])[-1][0]


version_tag = (1, 4, 5, 'dev-f7b4cc7')
version_tag = (1, 4, 5)
__version__ = '.'.join(map(str, version_tag[:3]))

if len(version_tag) > 3:
Expand Down

0 comments on commit 0a0ae36

Please sign in to comment.