From 07db141f95d6ea22df71b43c2adb8e566434ce9d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 13 Sep 2022 15:24:07 +0200 Subject: [PATCH] 0.19.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35449404..619f7c12 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>=1.15.0"], - version="0.19.7", + version="0.19.8", description="A library to communicate with Switchbot", author="Daniel Hjelseth Hoyer", url="https://github.com/Danielhiversen/pySwitchbot/",