diff options
author | Olivier <olivier-dev@gmx.com> | 2016-06-11 21:09:29 +0200 |
---|---|---|
committer | Olivier <olivier-dev@gmx.com> | 2016-06-11 21:09:29 +0200 |
commit | 78e1af94a999dc007f80749cf550654c8f625a23 (patch) | |
tree | 213c8b2b38e51ba38e55e2d2e1cd90d5667fc3e1 /module/plugins/internal/Extractor.py | |
parent | Fix forget archive.items in favor of chunks (diff) | |
download | pyload-78e1af94a999dc007f80749cf550654c8f625a23.tar.xz |
Increment version number
Diffstat (limited to 'module/plugins/internal/Extractor.py')
-rw-r--r-- | module/plugins/internal/Extractor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Extractor.py b/module/plugins/internal/Extractor.py index 3c9af376a..a912843a1 100644 --- a/module/plugins/internal/Extractor.py +++ b/module/plugins/internal/Extractor.py @@ -23,7 +23,7 @@ class PasswordError(Exception): class Extractor(Plugin): __name__ = "Extractor" __type__ = "extractor" - __version__ = "0.42" + __version__ = "0.43" __status__ = "stable" __description__ = """Base extractor plugin""" |