From e02e0701c6cd00a831a1a068806f6f7c86c880f2 Mon Sep 17 00:00:00 2001 From: Andrei D Date: Sun, 31 May 2020 02:44:29 +0300 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 091ddc9..2a514a4 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.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__))