diff --git a/dist/python3-anticaptcha-1.2.tar.gz b/dist/python3-anticaptcha-1.2.tar.gz new file mode 100644 index 0000000..0a702c8 Binary files /dev/null and b/dist/python3-anticaptcha-1.2.tar.gz differ diff --git a/setup.py b/setup.py index beb14d9..3151646 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ from setuptools import setup setup( name = 'python3-anticaptcha', - version = '1.1', + version = '1.2', author = 'AndreiDrang, redV0ID', packages = ['python3_anticaptcha'], install_requires = [ 'requests==2.21.0', - 'aiohttp==3.5.1', + 'aiohttp==3.5.3', 'pika==0.12.0' ], description = 'Python 3 AntiCaptcha library with AIO module.',