diff --git a/setup.py b/setup.py index f0a77aca..a43e72e8 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ name='webdriver_manager', packages=setuptools.find_packages(exclude=['tests']), include_package_data=True, - version='1.7', + version='1.8', description=('Library provides the way to automatically manage drivers for different browsers'), author='Sergey Pirogov', author_email='automationremarks@gmail.com',