Fix tracher beacon reponse set to an array unsed of a unique object

This commit is contained in:
2022-03-04 18:35:44 +01:00
parent 841740ec4c
commit e29e530d42
2 changed files with 8 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.1',
version='0.8.2',
description='Lib to control GeoRide tracker devices with theire rest api',
author='Matthieu DUVAL',
author_email='georideapilib@duval-dev.fr',