From 88e14e89d8c4bbe3769c421547a26929f7f13d30 Mon Sep 17 00:00:00 2001 From: dianomicbot Date: Thu, 20 Oct 2022 11:21:02 +0000 Subject: [PATCH] VERSION changed Signed-off-by: dianomicbot --- VERSION.south.coral-enviro | 2 +- python/fledge/plugins/south/coral-enviro/coral-enviro.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.south.coral-enviro b/VERSION.south.coral-enviro index 2d6be46..07d27a5 100644 --- a/VERSION.south.coral-enviro +++ b/VERSION.south.coral-enviro @@ -1,2 +1,2 @@ -fledge_south_coral-enviro_version=2.0.0 +fledge_south_coral-enviro_version=2.0.1 fledge_version>=2.0 diff --git a/python/fledge/plugins/south/coral-enviro/coral-enviro.py b/python/fledge/plugins/south/coral-enviro/coral-enviro.py index abca5fd..a4421e7 100644 --- a/python/fledge/plugins/south/coral-enviro/coral-enviro.py +++ b/python/fledge/plugins/south/coral-enviro/coral-enviro.py @@ -78,7 +78,7 @@ def plugin_info(): return { 'name': 'Coral Environmental Sensor Board', - 'version': '2.0.0', + 'version': '2.0.1', 'mode': 'poll', 'type': 'south', 'interface': '1.0',