From 6813624efc16662b98c3b2a9f5edb79b63dc35c8 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Wed, 27 Jul 2022 10:12:07 -0600 Subject: [PATCH] Bump version to 2022.07.5 --- 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 82386c5e..6153506f 100644 --- a/ecowitt2mqtt/const.py +++ b/ecowitt2mqtt/const.py @@ -4,7 +4,7 @@ from ecowitt2mqtt.helpers.typing import UnitSystemType -__version__ = "2022.07.4" +__version__ = "2022.07.5" LOGGER = logging.getLogger(__package__) diff --git a/pyproject.toml b/pyproject.toml index dda4919f..a93859cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ warn_unused_ignores = true [tool.poetry] name = "ecowitt2mqtt" -version = "2022.07.4" +version = "2022.07.5" description = "A small web server to send data from Ecowitt devices to an MQTT Broker" readme = "README.md" authors = ["Aaron Bach "]