Skip to content

Commit f628bac

Browse files
committed
Bump version to 1.2.0
1 parent 7f17d43 commit f628bac

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.3",
19+
version="1.2.0",
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
@@ -21,4 +21,4 @@
2121
"Experiment"
2222
]
2323

24-
__version__ = '1.1.3'
24+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)