From 2d2bf4bed6698572abee0562ee37f4dfea472829 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Sat, 11 Jun 2022 09:17:30 -0600 Subject: [PATCH] Bump version to 2022.06.4 --- 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 4fd9f7fe..ffb6e9ea 100644 --- a/ecowitt2mqtt/const.py +++ b/ecowitt2mqtt/const.py @@ -4,7 +4,7 @@ from ecowitt2mqtt.helpers.typing import UnitSystemType -__version__ = "2022.06.3" +__version__ = "2022.06.4" LOGGER = logging.getLogger(__package__) diff --git a/pyproject.toml b/pyproject.toml index fa26b49d..2eda2a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ warn_unused_ignores = true [tool.poetry] name = "ecowitt2mqtt" -version = "2022.06.3" +version = "2022.06.4" description = "A small web server to send data from Ecowitt devices to an MQTT Broker" readme = "README.md" authors = ["Aaron Bach "]