bump: v0.2.1 → v0.2.2

This commit is contained in:
2026-07-31 22:16:47 +04:00
parent 944238d224
commit 9647afcfa2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ from routes.operations_routes import bp as operations_bp
from routes.run import bp as run_bp
from routes.mock_routes import bp as mock_bp
VERSION = "0.2.1"
VERSION = "0.2.2"
# Flask-приложение с Jinja2-шаблонами и статикой
app = Flask(__name__, template_folder="templates", static_folder="static")