From b5f09686e181ba6874f8b0e9f58ac9e268b2d412 Mon Sep 17 00:00:00 2001 From: xxyzz Date: Thu, 2 Jun 2022 20:21:48 +0800 Subject: [PATCH] v3.21.1 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 19c7f2f..e6f2763 100644 --- a/__init__.py +++ b/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 from calibre.customize import InterfaceActionBase -VERSION = (3, 21, 0) +VERSION = (3, 21, 1) class WordDumbDumb(InterfaceActionBase):