Skip to content

Commit 7e07c61

Browse files
committed
Bump version: 4.3.1 → 4.3.2
1 parent 1438d0a commit 7e07c61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

seleniumwire/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""Top-level package for Selenium Wire."""
44

55
__author__ = """Will Keeling"""
6-
__version__ = '4.3.1'
6+
__version__ = '4.3.2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.3.1
2+
current_version = 4.3.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
test_suite='tests.seleniumwire',
7474
tests_require=['pytest'],
7575
url='https://github.com/wkeeling/selenium-wire',
76-
version='4.3.1',
76+
version='4.3.2',
7777
zip_safe=False,
7878
)

0 commit comments

Comments
 (0)