diff --git a/__init__.py b/__init__.py index a399ae2..cc70d67 100644 --- a/__init__.py +++ b/__init__.py @@ -7,7 +7,7 @@ class WordDumbDumb(InterfaceActionBase): description = 'Create Kindle Word Wise file.' supported_platforms = ['linux', 'osx', 'windows'] author = 'xxyzz' - version = (1, 4, 0) + version = (1, 5, 0) minimum_calibre_version = (5, 0, 0) # Python3 actual_plugin = 'calibre_plugins.worddumb.ui:WordDumb'