Update version

This commit is contained in:
Andrei D 2020-05-31 02:44:29 +03:00
parent 168f205a1d
commit e02e0701c6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ URL = "https://github.com/AndreiDrang/python3-anticaptcha"
EMAIL = "drang.andray@gmail.com"
AUTHOR = "AndreiDrang, redV0ID"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "1.6.1"
VERSION = "1.6.2"
REQUIRED = ["requests==2.23.0", "aiohttp==3.6.2", "pika==1.1.0"]
here = os.path.abspath(os.path.dirname(__file__))