From fc30330ea4fbcbc3c86ea795096726fe39b2f07d Mon Sep 17 00:00:00 2001 From: kaustubh sadekar <42736936+kaustubh-sadekar@users.noreply.github.com> Date: Wed, 30 Sep 2020 04:42:59 +0530 Subject: [PATCH] Update setup.py --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6e3b38b..3271b76 100644 --- a/setup.py +++ b/setup.py @@ -13,17 +13,19 @@ except: long_description = description +version = '1.1.2' + setup( name = 'omnicv', packages = ['omnicv'], - version = '1.1.0', + version = version, license='MIT', description = description, long_description=long_description, long_description_content_type="text/x-rst", author = 'Kaustubh Sadekar, Leena Vachhani, Abhishek Gupta', url = 'https://kaustubh-sadekar.github.io/OmniCV-Lib/index.html', - download_url = 'https://github.com/kaustubh-sadekar/OmniCV-Lib/archive/v_1.1.0.tar.gz', + download_url = 'https://github.com/kaustubh-sadekar/OmniCV-Lib/archive/v_%s.tar.gz'%version, keywords = ['Deep Learning', 'Helper functions'], package_data={'':['README.rst']}, classifiers=[