Add tracker setter for some useful properties

This commit is contained in:
2019-10-29 22:44:29 +01:00
parent 3e53a339ba
commit 0368c17321
2 changed files with 47 additions and 2 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.3.0',
version='0.4.0',
description='Lib to control georide tracker devices with their rest api',
author='Matthieu DUVAL',
author_email='georideapilib@duval-dev.fr',