diff --git a/seleniumwire/__init__.py b/seleniumwire/__init__.py index e1f06a3..22ad32b 100644 --- a/seleniumwire/__init__.py +++ b/seleniumwire/__init__.py @@ -3,4 +3,4 @@ """Top-level package for Selenium Wire.""" __author__ = """Will Keeling""" -__version__ = '5.0.0' +__version__ = '5.1.0' diff --git a/setup.cfg b/setup.cfg index 49436a6..40d1474 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0 +current_version = 5.1.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 22ece05..ac0d829 100644 --- a/setup.py +++ b/setup.py @@ -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, )