about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2013-08-12 15:59:32 +0200
committerPaweł Jastrzębski <pawelj@vulturis.eu>2013-08-12 15:59:32 +0200
commitb7d7204d40cfab8ad9586af353a45f06116e17cd (patch)
tree2f10084d8c1f6272831b113ab25489583b24878f /setup.py
parentGUI: Added webstrip support (diff)
downloadkcc-b7d7204d40cfab8ad9586af353a45f06116e17cd.tar.gz
kcc-b7d7204d40cfab8ad9586af353a45f06116e17cd.tar.bz2
kcc-b7d7204d40cfab8ad9586af353a45f06116e17cd.zip
Updated README and 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 b10e8a9..f71c115 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ Usage (Windows):
 from sys import platform
 
 NAME = "KindleComicConverter"
-VERSION = "3.1"
+VERSION = "3.2"
 MAIN = "kcc.py"
 
 if platform == "darwin":