From caf072ffdb1c4d503393af70973b85a427dd0ea3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 21 May 2025 00:23:28 -0400 Subject: [PATCH] Release 0.64.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 537e98f7..871e9e7b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "cryptography>=39.0.0", "pyOpenSSL>=23.0.0", ], - version="0.64.0", + version="0.64.1", description="A library to communicate with Switchbot", long_description=long_description, long_description_content_type="text/markdown",