Update version

This commit is contained in:
Andrei 2019-08-25 20:25:28 +03:00
parent 9ff804c163
commit ec7bf5142a
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.4"
VERSION = "1.4.1"
REQUIRED = ["requests==2.22.0", "aiohttp==3.5.4", "pika==1.1.0"]
here = os.path.abspath(os.path.dirname(__file__))