From c7eb5a6ddc686525e790cd255e0b3129ffc45c3b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 29 Dec 2022 18:05:17 -1000 Subject: [PATCH] 0.34.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8eaf1415..9af37b4f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "boto3>=1.20.24", "requests>=2.28.1", ], - version="0.34.0", + version="0.34.1", description="A library to communicate with Switchbot", author="Daniel Hjelseth Hoyer", url="https://github.com/Danielhiversen/pySwitchbot/",