Bump version to 0.1.16

Made-with: Cursor
This commit is contained in:
2026-03-08 10:52:37 +01:00
parent c96b816213
commit 02b09bf9df
2 changed files with 3 additions and 0 deletions

2
app.py
View File

@@ -7,6 +7,8 @@ from typing import Tuple, Dict, List
from flask import Flask, render_template, request, send_from_directory, session, redirect, url_for, flash
from functools import wraps
__version__ = "0.1.16"
app = Flask(__name__)
app.secret_key = os.environ.get('FLASK_SECRET_KEY', 'dev-secret-key-change-in-production')