Skip to content

Commit

Permalink
Bump version to 2024.06.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jun 21, 2024
1 parent e11dbb4 commit 4c268f2
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.06.1"
__version__ = "2024.06.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.06.1"
version = "2024.06.2"
description = "A small web server to send data from Ecowitt devices to an MQTT Broker"
readme = "README.md"
authors = ["Aaron Bach <bachya1208@gmail.com>"]
Expand Down

0 comments on commit 4c268f2

Please sign in to comment.