diff options
-rw-r--r-- | ShellyPy/__init__.py | 4 | ||||
-rw-r--r-- | ShellyPy/wrapper.py (renamed from ShellyPy/shelly.py) | 0 | ||||
-rwxr-xr-x | setup.py | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/ShellyPy/__init__.py b/ShellyPy/__init__.py index 802ff5d..63908d4 100644 --- a/ShellyPy/__init__.py +++ b/ShellyPy/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" -from .shelly import Shelly +from .wrapper import Shelly diff --git a/ShellyPy/shelly.py b/ShellyPy/wrapper.py index adb34e4..adb34e4 100644 --- a/ShellyPy/shelly.py +++ b/ShellyPy/wrapper.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import setuptools import re |