Skip to content

Commit 57536fc

Browse files
committed
Bump to 1.3.3
1 parent 5030302 commit 57536fc

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.3.2",
19+
version="1.3.3",
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.3.2'
24+
__version__ = '1.3.3'

0 commit comments

Comments
 (0)