about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-01-11 16:20:01 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-01-11 16:20:01 +0100
commit7bd9c766cc022f182ce8f268d797ed3c129f58d2 (patch)
treefe49b34d44185c1b87e600d7e7b1acc4bcf46c0c /setup.py
parentAdded one Windows DLL (diff)
downloadkcc-7bd9c766cc022f182ce8f268d797ed3c129f58d2.tar.gz
kcc-7bd9c766cc022f182ce8f268d797ed3c129f58d2.tar.bz2
kcc-7bd9c766cc022f182ce8f268d797ed3c129f58d2.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 a04e088..2621bd0 100755
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ if version_info[0] != 3:
     exit(1)
 
 NAME = "KindleComicConverter"
-VERSION = "4.4"
+VERSION = "4.4.1"
 MAIN = "kcc.py"
 
 if platform == "darwin":