From d9309a7b8769aa1edc1dfe29e4a6cbc11e1605e1 Mon Sep 17 00:00:00 2001 From: tomthorogood Date: Wed, 30 Mar 2022 17:32:02 +0000 Subject: [PATCH] Update pyproject.toml version to 5.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40c6627..efe4aee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "uw-webdriver-recorder" # This version string is typically managed by the CI workflow, # and is changed anytime `poetry version [new version]` is run. # Do not revert this manually. -version = "5.0.3" +version = "5.0.4" description = "A pytest plugin for recording screenshots of selenium interactions, with other convenient features too." authors = ["Tom Thorogood "] license = "Apache Software License 3.0"