aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Basche <andre.basche@gmail.com>2023-06-10 06:50:11 +0200
committerAndre Basche <andre.basche@gmail.com>2023-06-10 06:50:11 +0200
commit84000fb76c08c892b8acc81c40b9d286c502c813 (patch)
tree9a85159643a1df34e516d8153ec6f05277ce6388
parent26528a731097f5ee0409a5286132a328fb4fe24a (diff)
Bump versionv0.12.4v0.12
-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,