From 9a93cc4b17633b88eee67e92faee24722b5e3420 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 17 Mar 2026 16:11:57 -0700 Subject: [PATCH] Update __init__.py --- kindlecomicconverter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kindlecomicconverter/__init__.py b/kindlecomicconverter/__init__.py index aecd40c..3325716 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '9.6.1' +__version__ = '9.6.2' __license__ = 'ISC' __copyright__ = '2012-2022, Ciro Mattia Gonano , Pawel Jastrzebski , darodi' __docformat__ = 'restructuredtext en'