Add support of missing fileds on GeoRide Subscription, remove deprectaed class

This commit is contained in:
2022-03-19 21:39:49 +01:00
parent d93bab0fcf
commit 9c7d2890da
3 changed files with 10 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ CURRENT_DIR = os.path.dirname(__file__)
setup(
name='georideapilib',
packages=['georideapilib'], # this must be the same as the name above
version='0.8.2',
version='0.8.3',
description='Lib to control GeoRide tracker devices with theire rest api',
author='Matthieu DUVAL',
author_email='georideapilib@duval-dev.fr',