diff --git a/lib/config.py b/lib/config.py index 90f84044..d929f27a 100644 --- a/lib/config.py +++ b/lib/config.py @@ -10,7 +10,7 @@ ) sentinel_config_file = os.environ.get('SENTINEL_CONFIG', default_sentinel_config) sentinel_cfg = DashConfig.tokenize(sentinel_config_file) -sentinel_version = "1.7.0" +sentinel_version = "1.7.1" def get_dash_conf():