Fix missign field 'cardInformation' on some client

This commit is contained in:
2022-03-20 14:01:22 +01:00
parent 9c7d2890da
commit edf209272d
2 changed files with 7 additions and 6 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.3',
version='0.8.4',
description='Lib to control GeoRide tracker devices with theire rest api',
author='Matthieu DUVAL',
author_email='georideapilib@duval-dev.fr',