diff options
Diffstat (limited to 'module/plugins/captcha/UlozTo.py')
-rw-r--r-- | module/plugins/captcha/UlozTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/captcha/UlozTo.py b/module/plugins/captcha/UlozTo.py index 9a9ed0ffd..a48c4ad9a 100644 --- a/module/plugins/captcha/UlozTo.py +++ b/module/plugins/captcha/UlozTo.py @@ -13,7 +13,7 @@ except ImportError: class UlozTo(OCR): __name__ = "UlozTo" __type__ = "captcha" - __version__ = "0.02" + __version__ = "0.03" __status__ = "testing" __description__ = """UlozTo audio captcha service plugin""" |