Shipping v1.1.0

This commit is contained in:
2023-12-17 14:45:53 +01:00
4 changed files with 278 additions and 99 deletions

View File

@@ -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.0.0',
version='1.1.0',
description='Lib to control GeoRide tracker devices with theire rest api',
author='Matthieu DUVAL',
author_email='georideapilib@duval-dev.fr',
@@ -37,4 +37,4 @@ setup(
'pylint',
'coverage>=4.4'
]
)
)