From bd0328a12fe40ab62285d3a8ae3e501f6e41c78b Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 2 Aug 2026 10:47:25 -0700 Subject: [PATCH] bump to 11.0.1 --- kindlecomicconverter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kindlecomicconverter/__init__.py b/kindlecomicconverter/__init__.py index 05bea03a..432d8a78 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '11.0.0' +__version__ = '11.0.1' __license__ = 'ISC' __copyright__ = '2012-2022, Ciro Mattia Gonano , Pawel Jastrzebski , darodi' __docformat__ = 'restructuredtext en'