From da044f690eeeb4addf0c6534094f96b53dc3e051 Mon Sep 17 00:00:00 2001 From: Kevin Petremann Date: Fri, 14 Jun 2024 17:21:03 +0200 Subject: [PATCH] fix(ci): invalid "pypi" gh workflow --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e3ba85..c242e55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mqtt-exporter" -version = "1.4.3" +version = "1.4.4" description = "Simple generic MQTT Prometheus exporter for IoT working out of the box" license = { text = "MIT License" } authors = [