about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2013-12-07 20:08:20 +0100
committerPaweł Jastrzębski <pawelj@vulturis.eu>2013-12-07 20:08:20 +0100
commite8355028374272d6f5f3b93ce8a364c9eb2b327c (patch)
tree853138b1f6de0d74ea973edc753e540e9db10ae3 /setup.py
parentFixed Panel View bugs (diff)
downloadkcc-e8355028374272d6f5f3b93ce8a364c9eb2b327c.tar.gz
kcc-e8355028374272d6f5f3b93ce8a364c9eb2b327c.tar.bz2
kcc-e8355028374272d6f5f3b93ce8a364c9eb2b327c.zip
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 8e032e3..1a36ef9 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ Usage (Windows):
 from sys import platform
 
 NAME = "KindleComicConverter"
-VERSION = "3.6.1"
+VERSION = "3.6.2"
 MAIN = "kcc.py"
 
 if platform == "darwin":