aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2019-09-23 08:14:50 +0200
committerJan200101 <sentrycraft123@gmail.com>2019-09-23 08:14:50 +0200
commit6dcd8edc69fd405164f09589d8316cf302da571a (patch)
tree9452fde7735291e044475c49ed9f6d7ea58be0a0
parentc27664f80963a07659d09873a6f9175b725438bf (diff)
downloadShellyPy-6dcd8edc69fd405164f09589d8316cf302da571a.tar.gz
ShellyPy-6dcd8edc69fd405164f09589d8316cf302da571a.zip
release 0.1.20.1.2
add UTF-8 encoding to setup header rename shelly.py to wrapper.py to get rid of any confusion between Shelly and shelly
-rw-r--r--ShellyPy/__init__.py4
-rw-r--r--ShellyPy/wrapper.py (renamed from ShellyPy/shelly.py)0
-rwxr-xr-xsetup.py1
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
diff --git a/setup.py b/setup.py
index 1d60440..8a49edf 100755
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
import setuptools
import re