Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrivard committed Mar 28, 2023
1 parent 8883d1d commit fb92bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="innova-controls",
version="2.1.4",
version="2.2.0",
description="Innova Air Conditioner Control API",
license="Apache",
long_description=long_description,
Expand All @@ -27,7 +27,7 @@
packages=["innova_controls"],
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
python_requires=">=3.9, <4",
install_requires=["aiohttp >= 3.0.0, < 4.0.0", "retry2>=0.9.3"],
install_requires=["aiohttp >= 3.0.0, < 4.0.0", "retry2>=0.9.5"],
project_urls={
"Bug Reports": "https://github.com/danielrivard/innova-controls/issues",
"Source": "https://github.com/danielrivard/innova-controls/",
Expand Down

0 comments on commit fb92bb3

Please sign in to comment.