diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-10-13 02:24:43 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-10-13 02:24:43 +0200 |
commit | 5a8e211237f1c638650f5d858c1bab93defd3484 (patch) | |
tree | 3a29efd97ae3af994defa98293b6cc456b31a8a4 /module/plugins/internal | |
parent | [Plugin] improve error tracing (2) (diff) | |
download | pyload-5a8e211237f1c638650f5d858c1bab93defd3484.tar.xz |
[Plugin] version up
Diffstat (limited to 'module/plugins/internal')
-rw-r--r-- | module/plugins/internal/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Plugin.py b/module/plugins/internal/Plugin.py index 75a2903cd..c1b994d02 100644 --- a/module/plugins/internal/Plugin.py +++ b/module/plugins/internal/Plugin.py @@ -284,7 +284,7 @@ def chunks(iterable, size): class Plugin(object): __name__ = "Plugin" __type__ = "plugin" - __version__ = "0.57" + __version__ = "0.58" __status__ = "testing" __pattern__ = r'^unmatchable$' |