From ec7bf5142aec59a0576e4a24ad8d7fac3386a0e9 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sun, 25 Aug 2019 20:25:28 +0300 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c795b3c..abd13c1 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.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__))