From b544368267a219f521900bfb4a2f6aefa326b883 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 22 Nov 2024 12:16:01 -0600 Subject: [PATCH] Bump Test Version 3.9.1 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 47c0056..dab6e3f 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, 9, 0) + version = (3, 9, 1) minimum_calibre_version = (3, 48, 0) #: This field defines the GUI plugin class that contains all the code