From fa3c1fde7c0ca5a6841c84a7b82cdffbfcbc78fd Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 16 Dec 2022 17:31:24 -1000 Subject: [PATCH] 0.26.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af711ffc..652dab09 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.26.0", + version="0.26.1", description="A library to communicate with Switchbot", author="Daniel Hjelseth Hoyer", url="https://github.com/Danielhiversen/pySwitchbot/",