summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-06-03 15:21:39 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-06-03 15:21:39 +0200
commit28a7a67d8fb65d530c561774d1e80513f46d2d97 (patch)
treea7624175431fde44a1b15167fc4f5d682ba7ac49 /module
parentRaise error when unrar is aborted (diff)
downloadpyload-28a7a67d8fb65d530c561774d1e80513f46d2d97.tar.xz
increased version, closed #606
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/UnRar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/UnRar.py b/module/plugins/internal/UnRar.py
index 9800386b3..240dc0233 100644
--- a/module/plugins/internal/UnRar.py
+++ b/module/plugins/internal/UnRar.py
@@ -28,7 +28,7 @@ from module.plugins.internal.AbstractExtractor import AbtractExtractor, WrongPas
class UnRar(AbtractExtractor):
__name__ = "UnRar"
- __version__ = "0.1"
+ __version__ = "0.11"
# there are some more uncovered rar formats
re_splitfile = re.compile(r"(.*)\.part(\d+)\.rar$")