From c4f723618a145aa080452a715b3646570a7989d7 Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud Date: Sun, 8 Sep 2024 15:56:14 +0200 Subject: [PATCH] > 1.0.0-rc.2 --- setup.cfg | 2 +- systemctl2mqtt/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f5aa247..29d5fea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = systemctl2mqtt -version = 1.0.0-rc.1 +version = 1.0.0-rc.2 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 a98b422..1135abb 100644 --- a/systemctl2mqtt/__init__.py +++ b/systemctl2mqtt/__init__.py @@ -1,6 +1,6 @@ """systemctl2mqtt package.""" -__VERSION__ = "1.0.0-rc.1" +__VERSION__ = "1.0.0-rc.2" from .const import ( ANSI_ESCAPE,