From 7963e9c1a01bce7a86769a999003eb15ab1546b8 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 2 Nov 2023 12:08:55 -0600 Subject: [PATCH] Bump version to 2023.11.0 --- ecowitt2mqtt/const.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecowitt2mqtt/const.py b/ecowitt2mqtt/const.py index 4936cc0f..1ed85b85 100644 --- a/ecowitt2mqtt/const.py +++ b/ecowitt2mqtt/const.py @@ -4,7 +4,7 @@ from ecowitt2mqtt.helpers.typing import UnitSystemType -__version__ = "2023.08.0" +__version__ = "2023.11.0" LOGGER = logging.getLogger(__package__) diff --git a/pyproject.toml b/pyproject.toml index 50e16e24..58a80fd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ warn_unused_ignores = true [tool.poetry] name = "ecowitt2mqtt" -version = "2023.08.0" +version = "2023.11.0" description = "A small web server to send data from Ecowitt devices to an MQTT Broker" readme = "README.md" authors = ["Aaron Bach "]