Skip to content

Commit 3981f3c

Browse files
committed
Bumpt to 1.1.1
1 parent c911edb commit 3981f3c

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.0",
19+
version="1.1.1",
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.0'
20+
__version__ = '1.1.1'

0 commit comments

Comments
 (0)