Bump version

v0.12 v0.12.4
Andre Basche 12 months ago
parent 26528a7310
commit 84000fb76c

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

@ -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,

Loading…
Cancel
Save