From 2d57f6351e13497d21fca7fbd4e9955410ed56c5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 16 Dec 2022 14:57:18 -1000 Subject: [PATCH] =?UTF-8?q?0.24.0=C2=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2014eb..4fb2962 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name="PySwitchbot", packages=["switchbot", "switchbot.devices", "switchbot.adv_parsers"], install_requires=["async_timeout>=4.0.1", "bleak>=0.17.0", "bleak-retry-connector>=2.9.0"], - version="0.23.2", + version="0.24.0", description="A library to communicate with Switchbot", author="Daniel Hjelseth Hoyer", url="https://github.com/Danielhiversen/pySwitchbot/",