We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c911edb commit 3981f3cCopy full SHA for 3981f3c
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name="smartcitizen-connector",
19
- version="1.1.0",
+ version="1.1.1",
20
description="Python connector to download information collected in SmartCitizen API",
21
author="oscgonfer",
22
license="GNU General Public License v3",
smartcitizen_connector/__init__.py
@@ -17,4 +17,4 @@
"HardwareInfo"
]
-__version__ = '1.1.0'
+__version__ = '1.1.1'
0 commit comments