Skip to content

Commit

Permalink
v3.9.1
Browse files Browse the repository at this point in the history
s.pirohov committed Jul 23, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent 379b419 commit 2f9c502
Showing 3 changed files with 3 additions and 3 deletions.
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 = 3.9.0
current_version = 3.9.1
commit = True
tag = True

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
long_description_content_type="text/markdown",
packages=setuptools.find_packages(include=['webdriver_manager*']),
include_package_data=True,
version='3.9.0',
version='3.9.1',
description='Library provides the way to automatically manage drivers for different browsers',
author='Sergey Pirogov',
author_email='[email protected]',
2 changes: 1 addition & 1 deletion webdriver_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.9.0"
__version__ = "3.9.1"

0 comments on commit 2f9c502

Please sign in to comment.