diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-13 23:20:55 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-01-13 23:20:55 +0100 |
commit | 20712b6c42e85a40ee472756fe29e882ea197d0b (patch) | |
tree | 5db8345526c2c0928e6c77aa92e2d25d2bd33480 /setup.py | |
parent | Temporary disabling HQ output for Kobo (diff) | |
download | kcc-20712b6c42e85a40ee472756fe29e882ea197d0b.tar.gz kcc-20712b6c42e85a40ee472756fe29e882ea197d0b.tar.bz2 kcc-20712b6c42e85a40ee472756fe29e882ea197d0b.zip |
README update + Version bump
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 98b03f1..4032bba 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ Usage (Windows): from sys import platform NAME = "KindleComicConverter" -VERSION = "3.7" +VERSION = "3.7.1" MAIN = "kcc.py" if platform == "darwin": |