Skip to content

Commit

Permalink
bump pymammotion 0.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 committed Aug 8, 2024
1 parent b10b4ed commit f494592
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion custom_components/mammotion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
],
"iot_class": "local_push",
"requirements": [
"pymammotion==0.0.43"
"pymammotion==0.0.45"
]
}
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "Mammotion-HA"
version = "0.0.8"
version = "0.0.9"
description = "Mammotion lawn mower integration for HACS"
authors = ["Michael Arthur <[email protected]>", "jLynx <@jlynx>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "~3.12.0"
pymammotion = "0.0.43"
pymammotion = "0.0.45"
homeassistant = "^2024.5.5"


Expand Down

0 comments on commit f494592

Please sign in to comment.