From cdd369820e95976d84052930feaf755596445a8f Mon Sep 17 00:00:00 2001 From: Efraim <45230414+EfraimGENC@users.noreply.github.com> Date: Sun, 11 Sep 2022 06:24:08 +0300 Subject: [PATCH] v0.1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9edc801..3522cba 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ups_turkey", - version="1.0.0-beta.5", + version="0.1.0", author="Efraim GENC", author_email='info@kavimdigital.com', description="Easy integration for UPS Turkey", @@ -15,7 +15,7 @@ long_description=long_description, long_description_content_type='text/markdown', url="https://github.com/EfraimGENC/ups-turkey", - download_url = 'https://github.com/EfraimGENC/ups-turkey/archive/refs/tags/v1.0.0-beta.5.tar.gz', + download_url = 'https://github.com/EfraimGENC/ups-turkey/archive/refs/tags/v0.1.0.tar.gz', classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",