diff --git a/dist/python3-anticaptcha-1.2.6.tar.gz b/dist/python3-anticaptcha-1.2.6.tar.gz new file mode 100644 index 0000000..179aed1 Binary files /dev/null and b/dist/python3-anticaptcha-1.2.6.tar.gz differ diff --git a/dist/python3_anticaptcha-1.2.5-py3-none-any.whl b/dist/python3_anticaptcha-1.2.6-py3-none-any.whl similarity index 88% rename from dist/python3_anticaptcha-1.2.5-py3-none-any.whl rename to dist/python3_anticaptcha-1.2.6-py3-none-any.whl index 0606c7b..e219c4c 100644 Binary files a/dist/python3_anticaptcha-1.2.5-py3-none-any.whl and b/dist/python3_anticaptcha-1.2.6-py3-none-any.whl differ diff --git a/setup.py b/setup.py index d358d2f..f72f729 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.5" +VERSION = "1.2.6" REQUIRED = ["requests==2.21.0", "aiohttp==3.5.4", "pika==1.0.1"] here = os.path.abspath(os.path.dirname(__file__))