Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Bump version: 5.0.0 → 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Keeling committed Oct 15, 2022
1 parent 9c9957e commit 6cd6bd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion seleniumwire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Top-level package for Selenium Wire."""

__author__ = """Will Keeling"""
__version__ = '5.0.0'
__version__ = '5.1.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0
current_version = 5.1.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
test_suite='tests.seleniumwire',
tests_require=['pytest'],
url='https://github.com/wkeeling/selenium-wire',
version='5.0.0',
version='5.1.0',
zip_safe=False,
)

0 comments on commit 6cd6bd9

Please sign in to comment.