From 61af6262072381f688170be782aa4b841f5be1aa Mon Sep 17 00:00:00 2001 From: Matthieu Date: Fri, 24 Mar 2023 23:07:32 +0100 Subject: [PATCH] Change version to 0.9.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eec4930..e0c933d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ CURRENT_DIR = os.path.dirname(__file__) setup( name='georideapilib', packages=['georideapilib', 'georideapilib.objects'], # this must be the same as the name above - version='0.9.4', + version='0.9.5', description='Lib to control GeoRide tracker devices with theire rest api', author='Matthieu DUVAL', author_email='georideapilib@duval-dev.fr',