From 994cda2371eeb9af7c8c55af258f1f6b40897f05 Mon Sep 17 00:00:00 2001 From: Mithil Poojary Date: Thu, 9 Sep 2021 17:35:13 +0530 Subject: [PATCH] Update version from versioneer in setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b89fb2..297588e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,8 @@ author="MITHIL POOJARY", author_email="mithil467@gmail.com", url="https://github.com/mithil467/mitype", - download_url="https://github.com/mithil467/mitype/archive/v0.2.2.tar.gz", + download_url="https://github.com/mithil467/mitype/archive/v%s.tar.gz" + % versioneer.get_version(), keywords=["MITYPE", "TERMINAL", "WPM", "SPEED", "TYPE"], long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",