From a04dd33e32507663bb109bf049549efed4d70026 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Thu, 5 Sep 2024 10:52:53 +0200 Subject: [PATCH] [py] Fixing version Will be available for the next release. Fixes #14475 --- py/selenium/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/selenium/__init__.py b/py/selenium/__init__.py index 2bdead491a9c2..7338509aab4fd 100644 --- a/py/selenium/__init__.py +++ b/py/selenium/__init__.py @@ -16,4 +16,4 @@ # under the License. -__version__ = "4.31.1" +__version__ = "4.25.0.dev202408281539"