summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/HellshareCz.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-21 16:31:48 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-21 16:31:48 +0200
commitfb45ec44220201268f99b747831df717fa7a83f8 (patch)
treef44992b7c3a803848da1c44e9ce7ba3117908e1c /module/plugins/accounts/HellshareCz.py
parentSpare code cosmetics (diff)
downloadpyload-fb45ec44220201268f99b747831df717fa7a83f8.tar.xz
[Account] Fix __version__
Diffstat (limited to 'module/plugins/accounts/HellshareCz.py')
-rw-r--r--module/plugins/accounts/HellshareCz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/HellshareCz.py b/module/plugins/accounts/HellshareCz.py
index 404caba7a..7dbc828a0 100644
--- a/module/plugins/accounts/HellshareCz.py
+++ b/module/plugins/accounts/HellshareCz.py
@@ -9,7 +9,7 @@ from module.plugins.internal.Account import Account
class HellshareCz(Account):
__name__ = "HellshareCz"
__type__ = "account"
- __version__ = "0.18"
+ __version__ = "0.19"
__status__ = "testing"
__description__ = """Hellshare.cz account plugin"""