diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-05 19:13:13 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-05 19:13:13 +0100 |
commit | e1c0b5e0bc5e7d4b89f47b3e250097eabf85e553 (patch) | |
tree | 2cc13d7f43128151e93cd038f40147da533d6614 /setup.py | |
parent | Use temporary directory as workdir (fixes converting from external volumes an... (diff) | |
download | kcc-e1c0b5e0bc5e7d4b89f47b3e250097eabf85e553.tar.gz kcc-e1c0b5e0bc5e7d4b89f47b3e250097eabf85e553.tar.bz2 kcc-e1c0b5e0bc5e7d4b89f47b3e250097eabf85e553.zip |
Added --black-borders option to set added borders black when page's ratio is not the device's one (fixes #11).
Fixes epub containing zipped itself (fixes #10).
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 55a33cf..dc1142e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import sys from setuptools import setup NAME='KindleComicConverter' -VERSION="2.3" +VERSION="2.5" mainscript = 'kcc.py' if sys.platform == 'darwin': |