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 63908d4..1943d83 100644 --- a/ShellyPy/__init__.py +++ b/ShellyPy/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" from .wrapper import Shelly |