diff --git a/pyhon/appliances/ov.py b/pyhon/appliances/ov.py index 75c9a31..c3957e2 100644 --- a/pyhon/appliances/ov.py +++ b/pyhon/appliances/ov.py @@ -12,4 +12,4 @@ class Appliance: return data def settings(self, settings): - return settings + return settings \ No newline at end of file diff --git a/setup.py b/setup.py index 3ca2782..0411dbc 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.8.0", + version="0.8.1", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,