Skip to content

Commit 5df7392

Browse files
committed
Bump version to 2024.01.1
1 parent abfc747 commit 5df7392

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
@@ -4,7 +4,7 @@
44

55
from ecowitt2mqtt.backports.enum import StrEnum
66

7-
__version__ = "2024.01.0"
7+
__version__ = "2024.01.1"
88

99
LOGGER = logging.getLogger(__package__)
1010

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.01.0"
46+
version = "2024.01.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 <[email protected]>"]

0 commit comments

Comments
 (0)