diff --git a/site/app.py b/site/app.py index 7bad6e2..3bf7d7f 100644 --- a/site/app.py +++ b/site/app.py @@ -20,7 +20,7 @@ if _sys_path_root not in sys.path: sys.path.insert(0, _sys_path_root) # Версия приложения (меняется при изменениях) -VERSION = "3.0.1" +VERSION = "3.0.2" def create_app():