diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2019-09-23 12:54:12 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2019-09-23 12:54:12 +0200 |
commit | 81c64c21579eeab5c39d2d083cb5c6a771fc8c69 (patch) | |
tree | a7588d48015b87deac75727d05d503106e766b9c | |
parent | 000383012f3b14f2e47f37a58b86c4a2cc30ad7e (diff) | |
download | ShellyPy-81c64c21579eeab5c39d2d083cb5c6a771fc8c69.tar.gz ShellyPy-81c64c21579eeab5c39d2d083cb5c6a771fc8c69.zip |
release 0.1.30.1.3
-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 |