diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-09 23:20:16 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-09 23:20:16 +0100 |
commit | 5afd8891a199f3817b8c798b19f0e1fa0b606c6b (patch) | |
tree | 37a38767ee00fe079d3b54424510b35cb5476207 | |
parent | Merge pull request #1026 from malkavi/patch-1 (diff) | |
download | pyload-5afd8891a199f3817b8c798b19f0e1fa0b606c6b.tar.xz |
[BasePlugin] Bump up version
-rw-r--r-- | module/plugins/hoster/BasePlugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index e4cc84f6b..c2825493b 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -13,7 +13,7 @@ from module.plugins.Hoster import Hoster class BasePlugin(Hoster): __name__ = "BasePlugin" __type__ = "hoster" - __version__ = "0.28" + __version__ = "0.29" __pattern__ = r'^unmatchable$' |