Skip to content

Commit 14a53f4

Browse files
committed
Bump version to 2024.06.1
1 parent 7c45059 commit 14a53f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecowitt2mqtt/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from ecowitt2mqtt.backports.enum import StrEnum
77

8-
__version__ = "2024.06.0"
8+
__version__ = "2024.06.1"
99

1010
LOGGER = logging.getLogger(__package__)
1111

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ warn_unused_ignores = true
4343

4444
[tool.poetry]
4545
name = "ecowitt2mqtt"
46-
version = "2024.06.0"
46+
version = "2024.06.1"
4747
description = "A small web server to send data from Ecowitt devices to an MQTT Broker"
4848
readme = "README.md"
4949
authors = ["Aaron Bach <bachya1208@gmail.com>"]

0 commit comments

Comments
 (0)