Skip to content

Commit 9a2083f

Browse files
committed
Bump to 1.1.2
1 parent 92679ee commit 9a2083f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="smartcitizen-connector",
19-
version="1.1.1",
19+
version="1.1.2",
2020
description="Python connector to download information collected in SmartCitizen API",
2121
author="oscgonfer",
2222
license="GNU General Public License v3",

smartcitizen_connector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"HardwareInfo"
1818
]
1919

20-
__version__ = '1.1.1'
20+
__version__ = '1.1.2'

0 commit comments

Comments
 (0)