From 012f117ac4e8211fbefcbf632cdc7117dc33d2d6 Mon Sep 17 00:00:00 2001 From: Jonghwan Hyeon Date: Sun, 9 Apr 2023 14:35:54 +0900 Subject: [PATCH] Version 2.3.1 --- switchbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switchbot/__init__.py b/switchbot/__init__.py index 76f0823..a7430ae 100644 --- a/switchbot/__init__.py +++ b/switchbot/__init__.py @@ -6,7 +6,7 @@ from switchbot.remotes import Remote from switchbot.scene import Scene -__version__ = "2.3.0" +__version__ = "2.3.1" class SwitchBot: