diff options
author | synweap15 <shamdog+github@gmail.com> | 2015-08-13 14:43:33 +0200 |
---|---|---|
committer | synweap15 <shamdog+github@gmail.com> | 2015-08-13 14:43:33 +0200 |
commit | b68358f4125a6a2b14b35ef3339e68fb4db4171e (patch) | |
tree | 43fd0f54bcb71cd6abaf8607e0efbbf7f5ce5e3a /module/plugins/accounts | |
parent | fix RapideoPl account parse_info method signature (diff) | |
download | pyload-b68358f4125a6a2b14b35ef3339e68fb4db4171e.tar.xz |
RapideoPl account version bump
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/RapideoPl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/RapideoPl.py b/module/plugins/accounts/RapideoPl.py index beb49a43a..e9a483927 100644 --- a/module/plugins/accounts/RapideoPl.py +++ b/module/plugins/accounts/RapideoPl.py @@ -11,7 +11,7 @@ from module.plugins.internal.Account import Account class RapideoPl(Account): __name__ = "RapideoPl" __type__ = "account" - __version__ = "0.03" + __version__ = "0.04" __status__ = "testing" __description__ = "Rapideo.pl account plugin" |