From 4fffc633c2df7796db12afef4c522950552982b5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 18 Jun 2024 14:41:49 -0500 Subject: [PATCH] 0.48.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f90c5ad..2acf079 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "cryptography>=39.0.0", "pyOpenSSL>=23.0.0", ], - version="0.47.2", + version="0.48.0", description="A library to communicate with Switchbot", author="Daniel Hjelseth Hoyer", url="https://github.com/Danielhiversen/pySwitchbot/",