Skip to content

Commit 44e31ec

Browse files
committed
Bump version to 2023.11.2
1 parent 2be3c29 commit 44e31ec

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.helpers.typing import UnitSystemType
66

7-
__version__ = "2023.11.1"
7+
__version__ = "2023.11.2"
88

99
LOGGER = logging.getLogger(__package__)
1010

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ warn_unused_ignores = true
4242

4343
[tool.poetry]
4444
name = "ecowitt2mqtt"
45-
version = "2023.11.1"
45+
version = "2023.11.2"
4646
description = "A small web server to send data from Ecowitt devices to an MQTT Broker"
4747
readme = "README.md"
4848
authors = ["Aaron Bach <[email protected]>"]

0 commit comments

Comments
 (0)