From 9bcf9c3f72a978aa65255128d40babd10a456ade Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 22 Oct 2024 06:48:46 -1000 Subject: [PATCH] Bump version to 0.51.0 (#261) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 399c3d1..5f11652 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "cryptography>=39.0.0", "pyOpenSSL>=23.0.0", ], - version="0.50.1", + version="0.51.0", description="A library to communicate with Switchbot", author="Daniel Hjelseth Hoyer", url="https://github.com/Danielhiversen/pySwitchbot/",