diff --git a/stateengine/__init__.py b/stateengine/__init__.py index 85b171e8d..bfa0c5c71 100755 --- a/stateengine/__init__.py +++ b/stateengine/__init__.py @@ -47,7 +47,7 @@ class StateEngine(SmartPlugin): - PLUGIN_VERSION = '2.1' + PLUGIN_VERSION = '2.1.0' # Constructor # noinspection PyUnusedLocal,PyMissingConstructor diff --git a/stateengine/plugin.yaml b/stateengine/plugin.yaml index c1f40d7b4..5897f722a 100755 --- a/stateengine/plugin.yaml +++ b/stateengine/plugin.yaml @@ -39,7 +39,7 @@ plugin: state: ready support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1303071-stateengine-plugin-support - version: 2.1 + version: '2.1.0' sh_minversion: '1.6' multi_instance: False classname: StateEngine