From f6561da6ffaa203c323acd67ea2f9eb5317957b5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 18 Nov 2024 13:45:08 -0600 Subject: [PATCH] 0.53.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58efcf2..822df73 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "cryptography>=39.0.0", "pyOpenSSL>=23.0.0", ], - version="0.53.0", + version="0.53.1", description="A library to communicate with Switchbot", author="Daniel Hjelseth Hoyer", url="https://github.com/sblibs/pySwitchbot/",