Python: Bump extractor version

This commit is contained in:
Rasmus Wriedt Larsen
2024-07-09 13:55:51 +02:00
parent 6b3625e24e
commit 60d1dc8af8

View File

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