about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2014-06-03 19:26:24 +0200
committerPaweł Jastrzębski <pawelj@vulturis.eu>2014-06-03 19:26:24 +0200
commit3f608eb6023f7f620b7a9eed39c3608c343a7862 (patch)
treec9ce6e906dbe5b50938118cc943af4d426f706ba /setup.py
parentFixed title parsing (diff)
downloadkcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.tar.gz
kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.tar.bz2
kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.zip
Version bump
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8fce0b6..af87fa2 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if version_info[0] != 3:
     exit(1)
 
 NAME = "KindleComicConverter"
-VERSION = "4.0.2"
+VERSION = "4.1"
 MAIN = "kcc.py"
 
 if platform == "darwin":