Merge pull request #9 from ultrafunkamsterdam/ultrafunkamsterdam-patch-1

Version bump
This commit is contained in:
Leon 2020-06-03 13:46:36 +02:00 committed by GitHub
commit 1b27e0b80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 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',

View File

@ -29,7 +29,7 @@ from selenium.webdriver import ChromeOptions as _ChromeOptions
logger = logging.getLogger(__name__)
TARGET_VERSION = 81
TARGET_VERSION = 83
__IS_PATCHED__ = 0