From b82f9301f95e26dadfa054945afcc9930bed99b7 Mon Sep 17 00:00:00 2001 From: Carlos Kidman Date: Fri, 24 May 2024 17:01:53 -0600 Subject: [PATCH] update version to 1.21.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99a6c3a..349279a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyleniumio" -version = "1.20.1" +version = "1.21.0" description = "The best of Selenium and Cypress in a single Python Package" authors = ["Carlos "] license = "MIT"