From 7a574dd0896d6bad476f38b6c861248e84500619 Mon Sep 17 00:00:00 2001 From: dresber Date: Tue, 19 Mar 2024 20:31:26 +0100 Subject: [PATCH] RELEASE 1.2.0 --- src/start_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start_app.py b/src/start_app.py index 391db3e..f3b86ba 100644 --- a/src/start_app.py +++ b/src/start_app.py @@ -17,7 +17,7 @@ from request_load_estimator import RequestLoadEstimator # --------------------------------------- # MODULE_LOGGER_HEAD = "start_app -> " -APP_VERSION = "99.99.99" +APP_VERSION = "1.2.0" APP_NAME = "Service Request Complexity Estimator" st.set_page_config(page_title="Service Request Complexity Estimator", page_icon="📊", layout="wide")