Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Change version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
al1b committed Feb 18, 2019
1 parent c09b861 commit 965ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 965ae3a

Please sign in to comment.