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,