From 9a36e4ee5934f0fb3f67ad25e6472b3796d346af Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 11 Jan 2024 12:55:51 -1000 Subject: [PATCH] 0.44.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f26b5c5..c9126e1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "boto3>=1.20.24", "requests>=2.28.1", ], - version="0.43.0", + version="0.44.0", description="A library to communicate with Switchbot", author="Daniel Hjelseth Hoyer", url="https://github.com/Danielhiversen/pySwitchbot/",