diff --git a/common/constants.py b/common/constants.py index a531afbd4..0fdc709df 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.7.1" +APP_VERSION = "1.7.2" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'