From 2f3f5c4588fff45afff45eb00e5c57b19de56abd Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 19 Mar 2024 21:17:21 +0100 Subject: [PATCH] Shipping v1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13c3815..17f0480 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='1.1.0', + version='1.2.0', description='Lib to control GeoRide tracker devices with theire rest api', author='Matthieu DUVAL', author_email='georideapilib@duval-dev.fr',