Skip to content

Commit

Permalink
Merge pull request #63 from andrey-git/Version-1.0.37
Browse files Browse the repository at this point in the history
Version 1.0.37
  • Loading branch information
gjohansson-ST authored Feb 24, 2024
2 parents 9e53b6e + aab6630 commit df2bbe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
print(find_packages())
setup(
name="pysensibo",
version="1.0.36",
version="1.0.37",
description="asyncio-friendly python API for Sensibo",
long_description="asyncio-friendly python API for Sensibo"
"(https://sensibo.com). Supported on Python 3.11+",
Expand All @@ -15,6 +15,7 @@
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords="Sensibo",
install_requires=["aiohttp"],
Expand Down

0 comments on commit df2bbe9

Please sign in to comment.