diff options
-rw-r--r-- | ShellyPy/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellyPy/__init__.py b/ShellyPy/__init__.py index 9a357f7..77e5bb4 100644 --- a/ShellyPy/__init__.py +++ b/ShellyPy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" from .wrapper import Shelly from .gen1 import ShellyGen1 |