Python: Update extractor version

This commit is contained in:
Taus
2024-10-15 11:22:54 +00:00
parent d905010aa8
commit 417e60a466

View File

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