Fix small mistakes

This commit is contained in:
2021-04-10 22:49:21 +02:00
parent 859d962cae
commit 3053f2db69
3 changed files with 3 additions and 4 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.5.0',
version='0.5.1',
description='Lib to control GeoRide tracker devices with their rest api',
author='Matthieu DUVAL',
author_email='georideapilib@duval-dev.fr',