From ed5de61d673e8d78236b92d2b5913a8b81cbee45 Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 17 Jan 2021 17:36:54 +0100 Subject: [PATCH] Update setup.py --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c01f4d5..67a2be9 100644 --- a/setup.py +++ b/setup.py @@ -16,17 +16,17 @@ from setuptools import setup setup( name="undetected-chromedriver", - version="2.0.B0", + version="2.0.0", packages=["undetected_chromedriver"], install_requires=["selenium",], url="https://github.com/ultrafunkamsterdam/undetected-chromedriver", license="GPL-3.0", author="UltrafunkAmsterdam", author_email="info@blackhat-security.nl", - description=""" + description="""\ selenium.webdriver.Chrome replacement with focus on stealth. not triggered by Distil / CloudFlare / Imperva / DataDome / hCaptcha and such. - + NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms. """, long_description=open("README.md").read(), @@ -37,3 +37,4 @@ setup( "Programming Language :: Python :: 3.7", ], ) +