diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-19 12:14:24 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-04-19 12:14:24 +0200 |
commit | 148211a5c7d2f2b803c2e3598efae6108174cdca (patch) | |
tree | bea45d678db94f11a32d1889fe052a554f116879 /setup.py | |
parent | Merge pull request #46 from ciromattia/slugify (diff) | |
download | kcc-148211a5c7d2f2b803c2e3598efae6108174cdca.tar.gz kcc-148211a5c7d2f2b803c2e3598efae6108174cdca.tar.bz2 kcc-148211a5c7d2f2b803c2e3598efae6108174cdca.zip |
Update for 2.9 release.
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 3c63ad4..f2974ad 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ use_setuptools() import sys NAME = "KindleComicConverter" -VERSION = "2.8" +VERSION = "2.9" MAIN = "kcc.py" includefiles = ['README.md', 'MANIFEST.in', 'LICENSE.txt', 'comic2ebook.ico', 'comic2ebook.icns'] |