diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-21 16:31:48 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-21 16:31:48 +0200 |
commit | fb45ec44220201268f99b747831df717fa7a83f8 (patch) | |
tree | f44992b7c3a803848da1c44e9ce7ba3117908e1c /module/plugins/accounts/RapideoPl.py | |
parent | Spare code cosmetics (diff) | |
download | pyload-fb45ec44220201268f99b747831df717fa7a83f8.tar.xz |
[Account] Fix __version__
Diffstat (limited to 'module/plugins/accounts/RapideoPl.py')
-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 6a9ca5e01..4585bc718 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.04" + __version__ = "0.05" __status__ = "testing" __description__ = "Rapideo.pl account plugin" |