From bfc3ed2a1fc3216b1fa274fd2ae5fb04d65ef878 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Sun, 13 Dec 2020 13:32:48 -0700 Subject: [PATCH] Bump version to 1.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4b8005b..580dc6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ use_parentheses = true [tool.poetry] name = "ecowitt2mqtt" -version = "1.0.2" +version = "1.0.3" description = "A small web server to send data from Ecowitt devices to an MQTT Broker" readme = "README.md" authors = ["Aaron Bach "]