From d2e229cf7776f36ae28d1c133ee0d30d8b546a15 Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud Date: Wed, 4 Sep 2024 09:09:53 +0200 Subject: [PATCH] > 2.0.0-rc.7 --- docker2mqtt/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker2mqtt/__init__.py b/docker2mqtt/__init__.py index 0569e10..a2f5264 100644 --- a/docker2mqtt/__init__.py +++ b/docker2mqtt/__init__.py @@ -1,6 +1,6 @@ """docker2mqtt package.""" -__VERSION__ = "2.0.0-rc.6" +__VERSION__ = "2.0.0-rc.7" from .const import ( ANSI_ESCAPE, diff --git a/setup.cfg b/setup.cfg index 83ebc8a..6059bf1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = docker2mqtt -version = 2.0.0-rc.6 +version = 2.0.0-rc.7 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.