From f1bf5f993e1eee5c1101b7ea35e17159b9949291 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 25 Jun 2025 13:24:24 +0200 Subject: [PATCH] Release 0.67.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b920406..7ed3bb29 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "cryptography>=39.0.0", "pyOpenSSL>=23.0.0", ], - version="0.66.0", + version="0.67.0", description="A library to communicate with Switchbot", long_description=long_description, long_description_content_type="text/markdown",