diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-27 21:52:08 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-27 21:52:08 +0100 |
commit | 9141141812bc8c209a6c09961582321067162f2e (patch) | |
tree | f8de5208b5a86c19d08452fd7871426a27947b63 /module/plugins/internal/Base.py | |
parent | Increase all __version__ for crypters and hosters (diff) | |
download | pyload-9141141812bc8c209a6c09961582321067162f2e.tar.xz |
Increase all __version__ for internals
Diffstat (limited to 'module/plugins/internal/Base.py')
-rw-r--r-- | module/plugins/internal/Base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Base.py b/module/plugins/internal/Base.py index f71722055..e28121ce2 100644 --- a/module/plugins/internal/Base.py +++ b/module/plugins/internal/Base.py @@ -36,7 +36,7 @@ def create_getInfo(klass): class Base(Plugin): __name__ = "Base" __type__ = "base" - __version__ = "0.18" + __version__ = "0.19" __status__ = "stable" __pattern__ = r'^unmatchable$' |