Skip to content

Commit

Permalink
version d5cc31b
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed May 23, 2017
1 parent d5cc31b commit 8553d47
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, 1, 'dev-c3d80ad')
version_tag = (1, 4, 1, 'dev-d5cc31b')
__version__ = '.'.join(map(str, version_tag[:3]))

if len(version_tag) > 3:
Expand Down

0 comments on commit 8553d47

Please sign in to comment.