From cebed95b43d059af2c578911994b702b61ad4915 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 3 Dec 2022 16:27:14 +0100 Subject: [PATCH] Bump to next version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 302821b..f86145f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ print(find_packages()) setup( name="pysensibo", - version="1.0.22", + version="1.0.23", description="asyncio-friendly python API for Sensibo", long_description="asyncio-friendly python API for Sensibo" "(https://sensibo.com). Requires Python 3.9+",