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: