Python: Bump extractor version

This commit is contained in:
Taus
2025-12-04 13:48:32 +00:00
parent 89f66d77e5
commit f709d02464

View File

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