aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyhon/appliances/wc.py5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/pyhon/appliances/wc.py b/pyhon/appliances/wc.py
new file mode 100644
index 0000000..7bdb715
--- /dev/null
+++ b/pyhon/appliances/wc.py
@@ -0,0 +1,5 @@
1from pyhon.appliances.base import ApplianceBase
2
3
4class Appliance(ApplianceBase):
5 pass
diff --git a/setup.py b/setup.py
index d9dbcd6..f01e439 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open("README.md", "r") as f:
7 7
8setup( 8setup(
9 name="pyhOn", 9 name="pyhOn",
10 version="0.12.3", 10 version="0.12.4",
11 author="Andre Basche", 11 author="Andre Basche",
12 description="Control hOn devices with python", 12 description="Control hOn devices with python",
13 long_description=long_description, 13 long_description=long_description,