diff --git a/app.py b/app.py index 25328a1..737dbc0 100644 --- a/app.py +++ b/app.py @@ -61,7 +61,7 @@ def cleanhtml(raw_html): ) -VIDZY_VERSION = "v0.2.0" +VIDZY_VERSION = "v0.2.1" UPLOAD_FOLDER = 'static/uploads' ALLOWED_EXTENSIONS = {'mp4', 'webm', 'mkv'}