Skip to content

Commit

Permalink
Bump version to 2024.04.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Apr 5, 2024
1 parent 35891fe commit f5d8ea5
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 @@ -5,7 +5,7 @@

from ecowitt2mqtt.backports.enum import StrEnum

__version__ = "2024.01.2"
__version__ = "2024.04.0"

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.2"
version = "2024.04.0"
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 f5d8ea5

Please sign in to comment.