From 965ae3aff94f67cbce46490e37803fb34e11aff5 Mon Sep 17 00:00:00 2001 From: Ali Bahraminezhad Date: Mon, 18 Feb 2019 20:59:08 +0330 Subject: [PATCH] Change version to 1.0.1 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 5c4605c..3ec26d8 100644 --- a/__init__.py +++ b/__init__.py @@ -11,7 +11,7 @@ class KiPEOPlugin(EditBookToolPlugin, InterfaceActionBase): description = 'Optimize Perssian/Arabic E-books for Amazon Kindle' supported_platforms = ['windows', 'osx', 'linux'] # Platforms this plugin will run on author = 'Ali Bahraminezhad.' # The author of this plugin - version = (1, 0, 0) # The version number of this plugin + version = (1, 0, 1) # The version number of this plugin file_types = set(['epub', 'awz3']) # The file types that this plugin will be applied to on_postprocess = True # Run this plugin after conversion is complete minimum_calibre_version = (0, 7, 53)