New version release

This commit is contained in:
Andrei 2019-01-11 01:06:30 +03:00
parent 3485f36a83
commit f04d3874a5
2 changed files with 2 additions and 2 deletions

BIN
dist/python3-anticaptcha-1.2.tar.gz vendored Normal file

Binary file not shown.

View File

@ -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.',