diff --git a/dist/python3-anticaptcha-1.2.5.tar.gz b/dist/python3-anticaptcha-1.2.5.tar.gz new file mode 100644 index 0000000..c8670ee Binary files /dev/null and b/dist/python3-anticaptcha-1.2.5.tar.gz differ diff --git a/dist/python3_anticaptcha-1.2.5-py3-none-any.whl b/dist/python3_anticaptcha-1.2.5-py3-none-any.whl new file mode 100644 index 0000000..0606c7b Binary files /dev/null and b/dist/python3_anticaptcha-1.2.5-py3-none-any.whl differ diff --git a/setup.py b/setup.py index 636e3f1..2f854c5 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.4" +VERSION = "1.2.5" REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==0.13.1"] here = os.path.abspath(os.path.dirname(__file__))