Skip to content

Commit

Permalink
[py]: Bump versions for 4.6.1 in py files
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Nov 24, 2022
1 parent 8f33cf2 commit 24ea8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Expand Up @@ -16,4 +16,4 @@
# under the License.


__version__ = "4.6.0"
__version__ = "4.6.1"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Expand Up @@ -36,7 +36,7 @@
from .wpewebkit.options import Options as WPEWebKitOptions # noqa
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa

__version__ = "4.6.0"
__version__ = "4.6.1"

# We need an explicit __all__ because the above won't otherwise be exported.
__all__ = [
Expand Down

0 comments on commit 24ea8c3

Please sign in to comment.