From 21d3c25149420f8680f54f458f4775b5fad8087c Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sun, 31 Jul 2022 09:47:41 -0500 Subject: [PATCH] Bump Release Version 3.4.0 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 88ace86..a2f13f9 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, 3, 2) + version = (3, 4, 0) minimum_calibre_version = (3, 48, 0) #: This field defines the GUI plugin class that contains all the code