From 7c646fd7fedae042a023f671b4364554429f7a55 Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud Date: Sun, 8 Sep 2024 16:44:38 +0200 Subject: [PATCH] > 1.0.0-rc.4 --- setup.cfg | 2 +- systemctl2mqtt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c56e18d..1a04a83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = systemctl2mqtt -version = 1.0.0-rc.3 +version = 1.0.0-rc.4 author = Cyrill Raccaud author_email = cyrill.raccaud+pypi@gmail.com description = Send your systemctl stats and and events to mqtt and discovery them in home assistant. diff --git a/systemctl2mqtt/__init__.py b/systemctl2mqtt/__init__.py index 7bef9b7..392d5f1 100644 --- a/systemctl2mqtt/__init__.py +++ b/systemctl2mqtt/__init__.py @@ -1,6 +1,6 @@ """systemctl2mqtt package.""" -__VERSION__ = "1.0.0-rc.3" +__VERSION__ = "1.0.0-rc.4" from .const import ( ANSI_ESCAPE,