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