Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Jun 9, 2024
1 parent ce4bc16 commit f0f3fd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="smartcitizen-connector",
version="1.0.6",
version="1.1.0",
description="Python connector to download information collected in SmartCitizen API",
author="oscgonfer",
license="GNU General Public License v3",
Expand All @@ -25,7 +25,7 @@
long_description_content_type="text/markdown",
url="https://github.com/fablabbcn/smartcitizen-connector",
project_urls=PROJECT_URLS,
python_requires=">=3.6",
python_requires=">=3.8",
classifiers=[
"Development Status :: 4 - Beta",
'Intended Audience :: Education',
Expand Down
2 changes: 1 addition & 1 deletion smartcitizen_connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"HardwareInfo"
]

__version__ = '1.0.6'
__version__ = '1.1.0'

0 comments on commit f0f3fd7

Please sign in to comment.