From 83fca21b22c6516852d8791709caf2d93f0a507c Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 14 Feb 2019 14:05:18 +0300 Subject: [PATCH] Update library version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad600d5..18fd29a 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.2.2' +VERSION = '1.2.3' REQUIRED = [ 'requests==2.21.0', 'aiohttp==3.5.4',