diff --git a/mypy2junit.py b/mypy2junit.py index 804f9b4..3990796 100644 --- a/mypy2junit.py +++ b/mypy2junit.py @@ -4,7 +4,7 @@ import sys from typing import List, Tuple -__version__ = '1.8.0' +__version__ = '1.9.0' RESULT_REGEX = re.compile( # errors -> error if found only one error