update version

This commit is contained in:
Q
2021-11-15 09:03:51 +02:00
parent 9d237eb4f5
commit c886b59bfa
2 changed files with 1 additions and 1 deletions

2
py-packages/SimpleWebPage/simplewebpage/__init__.py Normal file → Executable file
View File

@@ -22,7 +22,7 @@ try:
except ImportError:
MARKDOWN_AVAILABLE = False
VERSION = "20211012"
VERSION = "20211115"
IMAGE_EXTENSIONS = ["png", "gif", "jpg", "jpeg", "tif", "tiff"]
AUDIO_EXTENSIONS = ["wav", "mp3", "ogg"]
VIDEO_EXTENSIONS = ["mp4", "ogg", "webm"]