Skip to content

Commit

Permalink
Bump version & update dependencies
Browse files Browse the repository at this point in the history
Version bump to 0.9.0 before adding MQTT port configurability.

Signed-off-by: Joe Block <jpb@unixorn.net>
  • Loading branch information
unixorn committed May 21, 2023
1 parent df9437d commit 70127b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

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

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ha-mqtt-discoverable"
version = "0.8.1"
version = "0.9.0"
description = ""
authors = ["Joe Block <jpb@unixorn.net>"]
readme = "README.md"
Expand All @@ -14,14 +14,12 @@ gitlike-commands = "^0.2.1"
thelogrus = "^0.7.0"
pydantic = "^1.10.5"


[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
pytest = "^7.2.2"
flake8 = "^6.0.0"
pre-commit = "^3.1.1"


[tool.poetry.group.test.dependencies]
pytest-mock = "^3.10.0"

Expand Down

0 comments on commit 70127b1

Please sign in to comment.