diff --git a/switchbot/__init__.py b/switchbot/__init__.py index 7afef58..1337817 100644 --- a/switchbot/__init__.py +++ b/switchbot/__init__.py @@ -5,7 +5,7 @@ from switchbot.devices import Device from switchbot.remotes import Remote -__version__ = "2.2.3" +__version__ = "2.3.0" class SwitchBot: