diff --git a/setup.py b/setup.py index 2704c33..2760265 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def readme(): return f.read() setup(name='gpsinflux', - version='1.1', + version='1.2', description='Extract GPS values and store into InfluxDB', long_description=readme(), url='https://github.com/iotfablab/gpsinflux',