From 51619c8f19018b1aa2c4f2bb112f1a609a9fa8e8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 15 May 2025 16:42:13 -0500 Subject: [PATCH] Release 0.62.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8110df3f..7a7d2451 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "cryptography>=39.0.0", "pyOpenSSL>=23.0.0", ], - version="0.62.1", + version="0.62.2", description="A library to communicate with Switchbot", long_description=long_description, long_description_content_type="text/markdown",