From 3f4056537096cdd1bfb0c101312d1c67c440dcb3 Mon Sep 17 00:00:00 2001 From: tomthorogood Date: Thu, 6 Jan 2022 00:56:19 +0000 Subject: [PATCH] Update pyproject.toml version to 5.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f383125..ec16e6c 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.0-alpha.13" +version = "5.0.0" description = "A pytest plugin for recording screenshots of selenium interactions, with other convenient features too." authors = ["Tom Thorogood "] license = "Apache Software License 3.0"