diff --git a/__init__.py b/__init__.py index 09c5c1f..fc7e0a6 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 = (2, 2, 1) + version = (2, 3, 0) minimum_calibre_version = (0, 9, 29) #: This field defines the GUI plugin class that contains all the code