From 1220a98b7134edd97fe1c5ec2c1d334d543daa39 Mon Sep 17 00:00:00 2001 From: Carlos Kidman Date: Tue, 23 Apr 2024 21:26:23 -0600 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60249ab..391bbd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyleniumio" -version = "1.20.0" +version = "1.20.1" description = "The best of Selenium and Cypress in a single Python Package" authors = ["Carlos "] license = "MIT"