diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-05 12:50:27 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-05 12:50:27 +0100 |
commit | 3faef90afedab1239519b6e1224a07227caa48dd (patch) | |
tree | b1def6837c6ef4c656ea4b25215e0938209db7b5 /setup.py | |
parent | Fix path for blank page (diff) | |
download | kcc-3faef90afedab1239519b6e1224a07227caa48dd.tar.gz kcc-3faef90afedab1239519b6e1224a07227caa48dd.tar.bz2 kcc-3faef90afedab1239519b6e1224a07227caa48dd.zip |
Version bump for 2.6
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 2313bcc..51c3389 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import sys from setuptools import setup NAME = 'KindleComicConverter' -VERSION = "2.6-dev" +VERSION = "2.6" mainscript = 'kcc.py' if sys.platform == 'darwin': |