Skip to content

Commit df2bbe9

Browse files
Merge pull request #63 from andrey-git/Version-1.0.37
Version 1.0.37
2 parents 9e53b6e + aab6630 commit df2bbe9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
print(find_packages())
66
setup(
77
name="pysensibo",
8-
version="1.0.36",
8+
version="1.0.37",
99
description="asyncio-friendly python API for Sensibo",
1010
long_description="asyncio-friendly python API for Sensibo"
1111
"(https://sensibo.com). Supported on Python 3.11+",
@@ -15,6 +15,7 @@
1515
"Development Status :: 5 - Production/Stable",
1616
"License :: OSI Approved :: MIT License",
1717
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
1819
],
1920
keywords="Sensibo",
2021
install_requires=["aiohttp"],

0 commit comments

Comments
 (0)