about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2014-01-14 15:57:52 +0100
committerPaweł Jastrzębski <[email protected]>2014-01-14 15:57:52 +0100
commitcf0b6b348486892140e172fa805519d2fad15569 (patch)
tree37ff9514357a941c382c42f3f1d4a7e0f563ac80 /setup.py
parentFixed problems with HQ mode (close #77) (diff)
downloadkcc-cf0b6b348486892140e172fa805519d2fad15569.tar.gz
kcc-cf0b6b348486892140e172fa805519d2fad15569.tar.bz2
kcc-cf0b6b348486892140e172fa805519d2fad15569.zip
README update + Version bump
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4032bba..26317cb 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ Usage (Windows):
 from sys import platform
 
 NAME = "KindleComicConverter"
-VERSION = "3.7.1"
+VERSION = "3.7.2"
 MAIN = "kcc.py"
 
 if platform == "darwin":