diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-11-04 23:25:44 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-11-04 23:25:44 +0100 |
commit | e78032cf25a571b5eccf86253a3b114ded9ea66d (patch) | |
tree | fbd0b38f6171efead0aff2d6828c3452cb31bb44 | |
parent | 34018b8ffc5659adc4297be0ffd0ec524d9714aa (diff) | |
download | ShellyPy-e78032cf25a571b5eccf86253a3b114ded9ea66d.tar.gz ShellyPy-e78032cf25a571b5eccf86253a3b114ded9ea66d.zip |
release 0.2.10.2.1
-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 |