Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandMoff100 authored Jul 3, 2022
1 parent e3cad99 commit a7580da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "HomeAssistant-API"
readme = "README.md"
include = ["homeassistant_api/py.typed"]
repository = "https://github.com/GrandMoff100/HomeAssistantAPI"
version = "3.0.4"
version = "4.0.0"
packages = [{ include = "homeassistant_api" }]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -79,4 +79,4 @@ exclude_lines = [
"except \\(json\\.decoder\\.JSONDecodeError, simplejson.decoder\\.JSONDecodeError\\) as err:",
"pass",
"last_updated < \\(now := datetime\\.now\\(\\)\\) - wait"
]
]

0 comments on commit a7580da

Please sign in to comment.