Python: update ectractor version

This commit is contained in:
Rasmus Lerchedahl Petersen
2024-10-10 15:25:04 +02:00
committed by yoff
parent c013d4a59c
commit 22588c9f85

View File

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