Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandMoff100 authored Jan 4, 2023
1 parent 822adbb commit 49d886f
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 @@ -12,7 +12,7 @@ name = "HomeAssistant-API"
readme = "README.md"
include = ["homeassistant_api/py.typed"]
repository = "https://github.com/GrandMoff100/HomeAssistantAPI"
version = "4.0.1"
version = "4.1.0"
packages = [{ include = "homeassistant_api" }]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -86,4 +86,4 @@ select = [

[tool.ruff.per-file-ignores]
"__init__.py" = ['F401']
"conf.py" = ['E402']
"conf.py" = ['E402']

0 comments on commit 49d886f

Please sign in to comment.