diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-07 10:53:28 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-07 10:53:28 +0100 |
commit | b01e8e2bc2beb657423cb8806356919fab7d4d4f (patch) | |
tree | 91e02e534967bdee3b7f1b5adb03b13bff65e6bd /setup.py | |
parent | Update icon and focusing (#12) (diff) | |
download | kcc-b01e8e2bc2beb657423cb8806356919fab7d4d4f.tar.gz kcc-b01e8e2bc2beb657423cb8806356919fab7d4d4f.tar.bz2 kcc-b01e8e2bc2beb657423cb8806356919fab7d4d4f.zip |
Version bumping
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 b346663..5e8af6e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import sys from setuptools import setup NAME = 'KindleComicConverter' -VERSION = "2.6" +VERSION = "2.7" mainscript = 'kcc.py' if sys.platform == 'darwin': |