Bump version

This commit is contained in:
Andre Basche 2023-06-10 06:50:11 +02:00
parent 26528a7310
commit 84000fb76c
2 changed files with 6 additions and 1 deletions

5
pyhon/appliances/wc.py Normal file
View File

@ -0,0 +1,5 @@
from pyhon.appliances.base import ApplianceBase
class Appliance(ApplianceBase):
pass

View File

@ -7,7 +7,7 @@ with open("README.md", "r") as f:
setup(
name="pyhOn",
version="0.12.3",
version="0.12.4",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,