diff --git a/VERSION.filter.ema b/VERSION.filter.ema index 2af0958..2278c3d 100644 --- a/VERSION.filter.ema +++ b/VERSION.filter.ema @@ -1,2 +1,2 @@ -foglamp_filter_ema_version=2.0.0 +foglamp_filter_ema_version=2.0.1 foglamp_version>=2.0 diff --git a/docs/index.rst b/docs/index.rst index fbd63ee..d513b62 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,7 @@ The plugin_info entry point that returns details of the plugin and the default c """ return { 'name': 'ema', - 'version': '2.0.0', + 'version': '2.0.1', 'mode': "none", 'type': 'filter', 'interface': '1.0', diff --git a/python/foglamp/plugins/filter/ema/ema.py b/python/foglamp/plugins/filter/ema/ema.py index 3b59c55..5cc25ae 100644 --- a/python/foglamp/plugins/filter/ema/ema.py +++ b/python/foglamp/plugins/filter/ema/ema.py @@ -93,7 +93,7 @@ def plugin_info(): """ return { 'name': 'ema', - 'version': '2.0.0', + 'version': '2.0.1', 'mode': "none", 'type': 'filter', 'interface': '1.0',