From d67e4d401dade2d60651adef63b8fd4667d242b1 Mon Sep 17 00:00:00 2001 From: tomthorogood Date: Thu, 10 Mar 2022 20:10:22 +0000 Subject: [PATCH] Update pyproject.toml version to 5.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdf3155..431c480 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.2" +version = "5.0.3" description = "A pytest plugin for recording screenshots of selenium interactions, with other convenient features too." authors = ["Tom Thorogood "] license = "Apache Software License 3.0"