about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2014-11-24 19:07:50 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2014-11-24 19:07:50 +0100
commit94586fa59056c7375cff2ba6f524e2a180d7e4df (patch)
tree697e1a8a0f42ac1d05c9441aa59ca996fca3be1d /setup.py
parentDisabled MCD integration (diff)
downloadkcc-94586fa59056c7375cff2ba6f524e2a180d7e4df.tar.gz
kcc-94586fa59056c7375cff2ba6f524e2a180d7e4df.tar.bz2
kcc-94586fa59056c7375cff2ba6f524e2a180d7e4df.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 6fb57e2..9476d3e 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if version_info[0] != 3:
     exit(1)
 
 NAME = "KindleComicConverter"
-VERSION = "4.3"
+VERSION = "4.3.1"
 MAIN = "kcc.py"
 
 if platform == "darwin":