Bump python extractor version to 7.1.5

This commit is contained in:
Nora Dimitrijević
2025-10-07 11:22:16 +02:00
parent ece121070b
commit c749607db8

View File

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