Skip to content

Commit 4d11c80

Browse files
committed
Updated version to 4.1.0
1 parent 04af439 commit 4d11c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

robotstatuschecker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from robot.result import Keyword, Message, Result, TestCase # type: ignore
4949
from robot.utils import Matcher # type: ignore
5050

51-
__version__ = "4.0.1.dev1"
51+
__version__ = "4.1.0"
5252

5353

5454
def process_output(in_path: "str|Path", out_path: "str|Path|None" = None) -> int:

0 commit comments

Comments
 (0)