Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Jul 1, 2023
1 parent 26bc35c commit e00e147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pyhon/appliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ async def load_commands(self) -> None:

async def load_attributes(self) -> None:
attributes = await self.api.load_attributes(self)
for name, values in (
attributes.pop("shadow", {}).get("parameters", {}).items()
):
for name, values in attributes.pop("shadow", {}).get("parameters", {}).items():
if name in self._attributes.get("parameters", {}):
self._attributes["parameters"][name].update(values)
else:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="pyhOn",
version="0.14.6",
version="0.14.7",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,
Expand Down

0 comments on commit e00e147

Please sign in to comment.