Update setup.py

This commit is contained in:
Leon 2020-12-19 15:50:54 +01:00 committed by GitHub
parent 6708019040
commit 6809a2d23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from setuptools import setup
setup(
name="undetected-chromedriver",
version="1.5.1",
version="1.5.2",
packages=["undetected_chromedriver"],
install_requires=["selenium",],
url="https://github.com/ultrafunkamsterdam/undetected-chromedriver",