diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-09-19 18:45:25 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-09-19 18:45:25 +0200 |
commit | 4c163c9ac1207fb9325adcc91f5a4497b58b0717 (patch) | |
tree | b5ca317705fae1f45cd27a6bda0c52990f7ebe4e | |
parent | 61b5691ce8e1f2f8232e7c641705f342ca85d928 (diff) | |
download | ShellyPy-4c163c9ac1207fb9325adcc91f5a4497b58b0717.tar.gz ShellyPy-4c163c9ac1207fb9325adcc91f5a4497b58b0717.zip |
-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 77e5bb4..678dbc7 100644 --- a/ShellyPy/__init__.py +++ b/ShellyPy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1" +__version__ = "0.3.0" from .wrapper import Shelly from .gen1 import ShellyGen1 |