diff --git a/setup.py b/setup.py index f6b83fcc..9ebc5780 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ long_description_content_type="text/markdown", packages=setuptools.find_packages(include=['webdriver_manager*']), include_package_data=True, - version='4.0.1', + version='4.0.2', description='Library provides the way to automatically manage drivers for different browsers', author='Sergey Pirogov', author_email='automationremarks@gmail.com',