Browse Source

version update

tags/v1.1.1^0
Dirk Alders 1 year ago
parent
commit
0935605984
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      smart_brain.py

+ 2
- 2
smart_brain.py View File

@@ -14,8 +14,8 @@ logger = logging.getLogger(config.APP_NAME)
14 14
 # TODO: implement garland (incl. day events like sunset, sunrise, ...)
15 15
 
16 16
 VERS_MAJOR = 1
17
-VERS_MINOR = 0
18
-VERS_PATCH = 2
17
+VERS_MINOR = 1
18
+VERS_PATCH = 1
19 19
 
20 20
 INFO_TOPIC = "__info__"
21 21
 INFO_DATA = {

Loading…
Cancel
Save