diff options
author | Nitzo <nitzo2001@yahoo.com> | 2016-03-07 19:10:33 +0100 |
---|---|---|
committer | Nitzo <nitzo2001@yahoo.com> | 2016-03-07 19:10:33 +0100 |
commit | 1118d54f22de523a1d94ab9823f2f1b17d1f90d4 (patch) | |
tree | 9fc5d2b8a957ffd922a1ab2843f42d0a95ca6bba /module | |
parent | [UlzTo] fix #2377 (diff) | |
download | pyload-1118d54f22de523a1d94ab9823f2f1b17d1f90d4.tar.xz |
[UlzTo] Version up
Diffstat (limited to 'module')
-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""" |