diff --git a/easyaccess/version.py b/easyaccess/version.py index 3189833..f13762b 100644 --- a/easyaccess/version.py +++ b/easyaccess/version.py @@ -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: