diff --git a/__init__.py b/__init__.py index 73d5f0e..fde0c18 100644 --- a/__init__.py +++ b/__init__.py @@ -48,7 +48,7 @@ class EpubSplitBase(InterfaceActionBase): description = _('UI plugin to split off parts of an epub into a new book.') supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (3, 6, 2) + version = (3, 7, 0) minimum_calibre_version = (3, 48, 0) #: This field defines the GUI plugin class that contains all the code