Skip to content

Commit a524856

Browse files
committed
v.1.4.6
1 parent 0d03a86 commit a524856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easyaccess/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def last_pip_version():
2626
return sorted(uploads, key=lambda x: x[1])[-1][0]
2727

2828

29-
version_tag = (1, 4, 6, "dev")
29+
version_tag = (1, 4, 6)
3030
__version__ = ".".join(map(str, version_tag[:3]))
3131

3232
if len(version_tag) > 3:

0 commit comments

Comments
 (0)