Python: Bump extractor version

This commit is contained in:
Taus
2025-09-03 11:56:54 +00:00
parent 13a93c7e32
commit f6732a927b

View File

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