Skip to content

Commit

Permalink
Bump version to 2024.01.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jan 23, 2024
1 parent 04aaa50 commit 850a993
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.backports.enum import StrEnum

__version__ = "2024.01.1"
__version__ = "2024.01.2"

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 @@ -43,7 +43,7 @@ warn_unused_ignores = true

[tool.poetry]
name = "ecowitt2mqtt"
version = "2024.01.1"
version = "2024.01.2"
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 850a993

Please sign in to comment.