From f823ccc8e7b85a76c574c07b9485eaa3abb06ba5 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 14 Feb 2020 16:51:16 +0300 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38e60fe..f97095a 100644 --- a/setup.py +++ b/setup.py @@ -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.5.5" +VERSION = "1.5.6" REQUIRED = ["requests==2.22.0", "aiohttp==3.6.2", "pika==1.1.0"] here = os.path.abspath(os.path.dirname(__file__))