diff --git a/selenium/__init__.py b/selenium/__init__.py
index dfdfe516..1a7cf3e7 100644
--- a/selenium/__init__.py
+++ b/selenium/__init__.py
@@ -16,4 +16,4 @@
 # under the License.
 
 
-__version__ = "4.15.2"
+__version__ = "4.16.0"
diff --git a/selenium/webdriver/__init__.py b/selenium/webdriver/__init__.py
index c2ac08b8..f4044c50 100644
--- a/selenium/webdriver/__init__.py
+++ b/selenium/webdriver/__init__.py
@@ -44,7 +44,7 @@ from .wpewebkit.options import Options as WPEWebKitOptions  # noqa
 from .wpewebkit.service import Service as WPEWebKitService  # noqa
 from .wpewebkit.webdriver import WebDriver as WPEWebKit  # noqa
 
-__version__ = "4.15.2"
+__version__ = "4.16.0"
 
 # We need an explicit __all__ because the above won't otherwise be exported.
 __all__ = [