From 153af5ee8565ac3788349a40d60371176f95584b Mon Sep 17 00:00:00 2001 From: DetachHead <57028336+DetachHead@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:45:11 +1000 Subject: [PATCH] 1.8.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae5b3fca..8a5959f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ authors = ["DetachHead "] description = "a pytest plugin that can run both python and robotframework tests while generating robot reports for them" name = "pytest_robotframework" -version = "1.8.0" +version = "1.8.1" readme = "README.md" repository = "https://github.com/detachhead/pytest-robotframework"