From 2490139a5f92671ac2f6a4e8ffacda991b603730 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sat, 1 Feb 2025 20:01:17 +0200 Subject: [PATCH] Back to dev version --- robotstatuschecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robotstatuschecker.py b/robotstatuschecker.py index 9c4edf7..536ff50 100755 --- a/robotstatuschecker.py +++ b/robotstatuschecker.py @@ -48,7 +48,7 @@ from robot.result import Keyword, Message, Result, TestCase # type: ignore from robot.utils import Matcher # type: ignore -__version__ = "4.0.0.dev1" +__version__ = "4.0.1.dev1" def process_output(in_path: "str|Path", out_path: "str|Path|None" = None) -> int: