diff --git a/pyproject.toml b/pyproject.toml index 0a6c2f1..ce4a9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "robotstatuschecker" -version = "4.1.0" +version = "4.1.1" description = "A tool for checking that Robot Framework test cases have expected statuses and log messages." readme = "README.rst" authors = [{name = "Pekka Klärck"}, {name = "Tatu Aalto"}, {name = "Robot Framework Developers"}] diff --git a/robotstatuschecker.py b/robotstatuschecker.py index b0ddc9f..7cf0864 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.1.0" +__version__ = "4.1.1" def process_output(in_path: "str|Path", out_path: "str|Path|None" = None) -> int: