Skip to content

Commit

Permalink
Bump version to 2022.07.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jul 21, 2022
1 parent 8cda189 commit 486081f
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.2"
__version__ = "2022.07.3"


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.2"
version = "2022.07.3"
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 486081f

Please sign in to comment.