diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-14 02:57:16 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-12-27 20:51:14 +0100 |
commit | b6c2ec673d66b1a41808c73291abd557c9efdc20 (patch) | |
tree | 0eb2da26207ba1231d186770a95ac617fa54ec3d /module/plugins/accounts/RehostTo.py | |
parent | Update extractors (1) (diff) | |
download | pyload-b6c2ec673d66b1a41808c73291abd557c9efdc20.tar.xz |
Accounts version up
Diffstat (limited to 'module/plugins/accounts/RehostTo.py')
-rw-r--r-- | module/plugins/accounts/RehostTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/RehostTo.py b/module/plugins/accounts/RehostTo.py index 41e0be150..51b10bb67 100644 --- a/module/plugins/accounts/RehostTo.py +++ b/module/plugins/accounts/RehostTo.py @@ -6,7 +6,7 @@ from module.plugins.internal.MultiAccount import MultiAccount class RehostTo(MultiAccount): __name__ = "RehostTo" __type__ = "account" - __version__ = "0.22" + __version__ = "0.23" __status__ = "testing" __config__ = [("mh_mode" , "all;listed;unlisted", "Filter hosters to use" , "all"), |