We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d03a86 commit a524856Copy full SHA for a524856
easyaccess/version.py
@@ -26,7 +26,7 @@ def last_pip_version():
26
return sorted(uploads, key=lambda x: x[1])[-1][0]
27
28
29
-version_tag = (1, 4, 6, "dev")
+version_tag = (1, 4, 6)
30
__version__ = ".".join(map(str, version_tag[:3]))
31
32
if len(version_tag) > 3:
0 commit comments