about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@vulturis.eu>2013-12-06 23:33:04 +0100
committerPaweł Jastrzębski <pawelj@vulturis.eu>2013-12-06 23:33:04 +0100
commit7f5de291743f4a909e16c2106ebf9c9fbebb7069 (patch)
tree4350d6d8268768916bebcfc26a973c800c777f4f /setup.py
parentFixed PNG output (sigh!) (diff)
downloadkcc-7f5de291743f4a909e16c2106ebf9c9fbebb7069.tar.gz
kcc-7f5de291743f4a909e16c2106ebf9c9fbebb7069.tar.bz2
kcc-7f5de291743f4a909e16c2106ebf9c9fbebb7069.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 ace85f9..8e032e3 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ Usage (Windows):
 from sys import platform
 
 NAME = "KindleComicConverter"
-VERSION = "3.6"
+VERSION = "3.6.1"
 MAIN = "kcc.py"
 
 if platform == "darwin":