From 09356059842ed96b98db729f9087f0744117ad8d Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 10 Feb 2023 15:50:15 +0100 Subject: [PATCH] version update --- smart_brain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smart_brain.py b/smart_brain.py index c5b7ad5..658cc60 100644 --- a/smart_brain.py +++ b/smart_brain.py @@ -14,8 +14,8 @@ logger = logging.getLogger(config.APP_NAME) # TODO: implement garland (incl. day events like sunset, sunrise, ...) VERS_MAJOR = 1 -VERS_MINOR = 0 -VERS_PATCH = 2 +VERS_MINOR = 1 +VERS_PATCH = 1 INFO_TOPIC = "__info__" INFO_DATA = {