From d139446dc42edb4b57e8fc690504c6ffeede0c2d Mon Sep 17 00:00:00 2001 From: DetachHead <57028336+DetachHead@users.noreply.github.com> Date: Fri, 3 May 2024 15:39:15 +1000 Subject: [PATCH] 4.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d61f8e3f..3263cf44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest_robotframework" -version = "4.1.2" +version = "4.1.3" description = "a pytest plugin that can run both python and robotframework tests while generating robot reports for them" authors = [ { name = "DetachHead", email = "detachhead@users.noreply.github.com" },