Update setup.py

This commit is contained in:
Leon 2020-06-15 19:17:32 +02:00 committed by GitHub
parent 482ba0181f
commit 3658fb38eb
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.2',
version='1.3.0',
packages=['undetected_chromedriver'],
install_requires=[
'selenium',