From a52485651fc2cefc2be4d166a56d8aabf64aced4 Mon Sep 17 00:00:00 2001 From: Matias Date: Mon, 14 Jan 2019 12:34:23 -0600 Subject: [PATCH] v.1.4.6 --- easyaccess/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyaccess/version.py b/easyaccess/version.py index 618264f..92e3f3f 100644 --- a/easyaccess/version.py +++ b/easyaccess/version.py @@ -26,7 +26,7 @@ def last_pip_version(): return sorted(uploads, key=lambda x: x[1])[-1][0] -version_tag = (1, 4, 6, "dev") +version_tag = (1, 4, 6) __version__ = ".".join(map(str, version_tag[:3])) if len(version_tag) > 3: