diff --git a/docker2mqtt/__init__.py b/docker2mqtt/__init__.py index 27cb504..0608509 100644 --- a/docker2mqtt/__init__.py +++ b/docker2mqtt/__init__.py @@ -1,6 +1,6 @@ """docker2mqtt lib.""" -__VERSION__ = "2.0.0-rc.3" +__VERSION__ = "2.0.0-rc.4" from .const import ( ANSI_ESCAPE, diff --git a/setup.cfg b/setup.cfg index 1ab26e7..59d8287 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = docker2mqtt -version = 2.0.0-rc.3 +version = 2.0.0-rc.4 author = Cyrill Raccaud author_email = cyrill.raccaud+pypi@gmail.com description = Send your docker stats and and events to mqtt and discovery them in home assistant.