From 1efec5362dcebf1b7430994fa4b937dd96f97d32 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 8 Jul 2023 18:08:53 +0200 Subject: [PATCH] 1.0.29 --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1408d1c..35cc4f1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # pysensibo -asyncio-friendly python API for Sensibo (https://sensibo.com). Requires Python 3.9+ +asyncio-friendly python API for Sensibo (https://sensibo.com). Requires Python 3.10+ diff --git a/setup.py b/setup.py index 1318310..b0cec99 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ print(find_packages()) setup( name="pysensibo", - version="1.0.28", + version="1.0.29", description="asyncio-friendly python API for Sensibo", long_description="asyncio-friendly python API for Sensibo" "(https://sensibo.com). Requires Python 3.9+", @@ -14,8 +14,8 @@ classifiers=[ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], keywords="Sensibo", install_requires=["aiohttp"],