summaryrefslogtreecommitdiffstats
path: root/Obok_plugin/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Obok_plugin/__init__.py')
-rw-r--r--Obok_plugin/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Obok_plugin/__init__.py b/Obok_plugin/__init__.py
index f752d5c..864ded3 100644
--- a/Obok_plugin/__init__.py
+++ b/Obok_plugin/__init__.py
@@ -3,7 +3,7 @@ from __future__ import (unicode_literals, division, absolute_import,
print_function)
__license__ = 'GPL v3'
-__version__ = '10.0.3'
+__version__ = '10.0.9'
__docformat__ = 'restructuredtext en'
#####################################################################
@@ -20,7 +20,7 @@ except NameError:
PLUGIN_NAME = 'Obok DeDRM'
PLUGIN_SAFE_NAME = PLUGIN_NAME.strip().lower().replace(' ', '_')
PLUGIN_DESCRIPTION = _('Removes DRM from Kobo kepubs and adds them to the library.')
-PLUGIN_VERSION_TUPLE = (10, 0, 3)
+PLUGIN_VERSION_TUPLE = (10, 0, 9)
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
HELPFILE_NAME = PLUGIN_SAFE_NAME + '_Help.htm'
PLUGIN_AUTHORS = 'Anon'