Skip to content

Commit

Permalink
Merge pull request #9 from ultrafunkamsterdam/ultrafunkamsterdam-patch-1
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
ultrafunkamsterdam committed Jun 3, 2020
2 parents c259e3c + c9a6bf8 commit 1b27e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='undetected-chromedriver',
version='1.2.1',
version='1.2.2',
packages=['undetected_chromedriver'],
install_requires=[
'selenium',
Expand Down
2 changes: 1 addition & 1 deletion undetected_chromedriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
logger = logging.getLogger(__name__)


TARGET_VERSION = 81
TARGET_VERSION = 83
__IS_PATCHED__ = 0


Expand Down

0 comments on commit 1b27e0b

Please sign in to comment.