From 951475c0262d0a4f3c9e8533fb7edc62bf6ace38 Mon Sep 17 00:00:00 2001 From: Ravishankar Chavare <33047641+chavarera@users.noreply.github.com> Date: Sun, 2 Jul 2023 01:13:49 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 707d453..9dd60c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "s-tool" -version = "0.0.4" +version = "0.0.5" description = "Selenium wrapper to make your life easy." authors = ["Ravishankar Chavare ", "Aahnik Daw "] packages = [{include = "s_tool"}]