From a24ac877b44f6ecf116e7c29c3fd80b95da88a77 Mon Sep 17 00:00:00 2001 From: Daniel Milde Date: Tue, 31 Jan 2023 01:26:15 +0100 Subject: [PATCH] 1.9.0 --- mypy2junit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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