diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-03-09 20:31:32 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-03-09 20:31:32 +0100 |
commit | eb4e6c58a2a0d32a55e7427c9991a234c40e8d7f (patch) | |
tree | d43ffe9955522160d39c5e41a73a0c27a50fd615 | |
parent | 5eae1daa14b30ef32d1491e6717deb7474136cf1 (diff) | |
download | ShellyPy-eb4e6c58a2a0d32a55e7427c9991a234c40e8d7f.tar.gz ShellyPy-eb4e6c58a2a0d32a55e7427c9991a234c40e8d7f.zip |
release 0.1.40.1.4
-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 1943d83..145cd2a 100644 --- a/ShellyPy/__init__.py +++ b/ShellyPy/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.3" +__version__ = "0.1.4" from .wrapper import Shelly |