We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e53b6e + aab6630 commit df2bbe9Copy full SHA for df2bbe9
setup.py
@@ -5,7 +5,7 @@
5
print(find_packages())
6
setup(
7
name="pysensibo",
8
- version="1.0.36",
+ version="1.0.37",
9
description="asyncio-friendly python API for Sensibo",
10
long_description="asyncio-friendly python API for Sensibo"
11
"(https://sensibo.com). Supported on Python 3.11+",
@@ -15,6 +15,7 @@
15
"Development Status :: 5 - Production/Stable",
16
"License :: OSI Approved :: MIT License",
17
"Programming Language :: Python :: 3.11",
18
+ "Programming Language :: Python :: 3.12",
19
],
20
keywords="Sensibo",
21
install_requires=["aiohttp"],
0 commit comments