critical typos

This commit is contained in:
Yusur 2025-06-14 12:15:24 +02:00
parent 382d06961b
commit 0dc7c2f786
4 changed files with 6 additions and 5 deletions

View file

@ -14,7 +14,7 @@ from sqlalchemy import select
from werkzeug.routing import BaseConverter
from sassutils.wsgi import SassMiddleware
__version__ = '0.3.2'
__version__ = '0.3.3'
APP_BASE_DIR = os.path.dirname(os.path.dirname(__file__))