Update setup.py

This commit is contained in:
Leon 2020-09-02 05:01:25 +02:00 committed by GitHub
parent 6e0f49797d
commit fe2dbc0f0a
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.3.0',
version='1.3.5',
packages=['undetected_chromedriver'],
install_requires=[
'selenium',