diff --git a/python/extractor/semmle/util.py b/python/extractor/semmle/util.py index 445d40dab3d..202c2a941c2 100644 --- a/python/extractor/semmle/util.py +++ b/python/extractor/semmle/util.py @@ -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"