diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-09-22 14:45:39 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-09-22 14:45:39 +0200 |
commit | 32bfe05611f9cdeb11f8d13d4e57b68c96ad2b58 (patch) | |
tree | bd384b4597515e78cd55a9d47e76a825c45a1745 /module/plugins | |
parent | [Plugin] Fix _log + code cosmetics (diff) | |
download | pyload-32bfe05611f9cdeb11f8d13d4e57b68c96ad2b58.tar.xz |
version up
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/internal/Hoster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py index bdb5c4746..e655b0544 100644 --- a/module/plugins/internal/Hoster.py +++ b/module/plugins/internal/Hoster.py @@ -44,7 +44,7 @@ def create_getInfo(klass): class Hoster(Plugin): __name__ = "Hoster" __type__ = "hoster" - __version__ = "0.26" + __version__ = "0.27" __status__ = "testing" __pattern__ = r'^unmatchable$' |