diff --git a/dist/python3-anticaptcha-1.2.2.tar.gz b/dist/python3-anticaptcha-1.2.2.tar.gz new file mode 100644 index 0000000..340dbfe Binary files /dev/null and b/dist/python3-anticaptcha-1.2.2.tar.gz differ diff --git a/dist/python3_anticaptcha-1.2.2-py3-none-any.whl b/dist/python3_anticaptcha-1.2.2-py3-none-any.whl new file mode 100644 index 0000000..f23be66 Binary files /dev/null and b/dist/python3_anticaptcha-1.2.2-py3-none-any.whl differ diff --git a/python3_anticaptcha/errors.py b/python3_anticaptcha/errors.py index b40aa3d..5c8973c 100644 --- a/python3_anticaptcha/errors.py +++ b/python3_anticaptcha/errors.py @@ -21,4 +21,4 @@ class ParamError(AntiCaptchaApiException): class IdGetError(AntiCaptchaApiException): def __init__(self, server_answer): AntiCaptchaApiException.__init__(self, """\n Пораждается при ошибке получения ID капчи от сервиса. Ответ сервера:\n - {0}""".format(server_answer)) \ No newline at end of file + {0}""".format(server_answer)) diff --git a/setup.py b/setup.py index 0880818..d50d418 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = 'python3-anticaptcha', - version = '1.2.1', + version = '1.2.2', author = 'AndreiDrang, redV0ID', packages = ['python3_anticaptcha'],