Skip to content

Commit

Permalink
Back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Feb 1, 2025
1 parent 18488d4 commit 2490139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotstatuschecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2490139

Please sign in to comment.