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",