diff --git a/setup.py b/setup.py index e8f52c1..805e8cc 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name = 'python-exact-online', packages=['exactonline', 'exactonline.models', 'exactonline.constants', 'exactonline.cache', 'exactonline.endpoints'], - version = '0.1.2', + version = '0.2.0', license='GPL-3.0-or-later', description = 'Basic wrapper for the Exact Online REST API (v1)', long_description=long_description, @@ -17,7 +17,7 @@ author = 'Alexander Schillemans', author_email = 'alexander.schillemans@lhs.global', url = 'https://github.com/alexanderlhsglobal/python-exact-online', - download_url = 'https://github.com/alexanderlhsglobal/python-exact-online/archive/refs/tags/0.1.2.tar.gz', + download_url = 'https://github.com/alexanderlhsglobal/python-exact-online/archive/refs/tags/0.2.0.tar.gz', keywords = ['exact', 'exact online', 'api'], install_requires=[ 'requests',