0

[build] Using correct file name when bumping versions

Fixes 

NOKEYCHECK=True
GitOrigin-RevId: 7cbfdbdaf2e7763144e02c894777679a2eb36c5a
This commit is contained in:
Diego Molina
2023-12-11 15:28:48 +01:00
committed by Copybara-Service
parent 08dd4cf456
commit bb7dfdc046
2 changed files with 2 additions and 2 deletions
selenium

@ -16,4 +16,4 @@
# under the License.
__version__ = "4.15.2"
__version__ = "4.16.0"

@ -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__ = [