From 08332645fdc65e6a9e7917616b64867fe541ea15 Mon Sep 17 00:00:00 2001 From: Alexander Schillemans Date: Wed, 7 Dec 2022 09:18:44 +0100 Subject: [PATCH] Prep for v1.0.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4514dde..d40c7dd 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.3.3', + version = '0.4.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.3.3.tar.gz', + download_url = 'https://github.com/alexanderlhsglobal/python-exact-online/archive/refs/tags/0.4.0.tar.gz', keywords = ['exact', 'exact online', 'api'], install_requires=[ 'requests',