From ba268dae6fa7210cd0bfbebc64640dcfbb97764d Mon Sep 17 00:00:00 2001 From: tomthorogood Date: Thu, 17 Jun 2021 00:17:46 +0000 Subject: [PATCH] Update pyproject.toml version to 4.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b42f5eb..0007fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uw-webdriver-recorder" -version = "4.0.0-rc.9" +version = "4.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"