Update setup.py

This commit is contained in:
Leon 2020-06-03 13:45:16 +02:00 committed by GitHub
parent fee707a054
commit c9a6bf87aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from setuptools import setup
setup(
name='undetected-chromedriver',
version='1.2.1',
version='1.2.2',
packages=['undetected_chromedriver'],
install_requires=[
'selenium',