Skip to content

Commit

Permalink
Bump version to 2022.07.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jul 31, 2022
1 parent 2ec5c81 commit b9a1c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecowitt2mqtt/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from ecowitt2mqtt.helpers.typing import UnitSystemType

__version__ = "2022.07.6"
__version__ = "2022.07.7"


LOGGER = logging.getLogger(__package__)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ warn_unused_ignores = true

[tool.poetry]
name = "ecowitt2mqtt"
version = "2022.07.6"
version = "2022.07.7"
description = "A small web server to send data from Ecowitt devices to an MQTT Broker"
readme = "README.md"
authors = ["Aaron Bach <[email protected]>"]
Expand Down

0 comments on commit b9a1c35

Please sign in to comment.