Python: Bump extractor version

This commit is contained in:
Taus
2025-05-15 14:59:33 +00:00
parent 72ae633a64
commit c8cca126a1

View File

@@ -10,7 +10,7 @@ from io import BytesIO
#Semantic version of extractor.
#Update this if any changes are made
VERSION = "7.1.2"
VERSION = "7.1.3"
PY_EXTENSIONS = ".py", ".pyw"