Skip to content

Commit

Permalink
fix: update library version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptk committed Nov 17, 2023
1 parent 07b6c81 commit 532e47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/omnilogic_local/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"issue_tracker": "https://github.com/cryptk/haomnilogic-local/issues",
"loggers": ["pyomnilogic_local"],
"requirements": [
"python_omnilogic_local==0.11.2"
"python_omnilogic_local==0.12.1"
],
"ssdp": [],
"version": "0.5.3",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = "^3.10"
pre-commit = "^3.0.0"
mypy = "^1.2.0"
homeassistant = "^2023.5.0"
python_omnilogic_local = "0.10.0"
python_omnilogic_local = "0.12.1"
pylint = "^2.17.0"
pydantic = "^1.10.7"
pytest = "^7.3.1"
Expand Down

0 comments on commit 532e47b

Please sign in to comment.