diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-20 10:39:42 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-20 10:39:42 +0100 |
commit | d346ca04666301511cf2a42a80634acc46653fe9 (patch) | |
tree | d133ca6461ed1c62ea8e27d5a1f9368829dcd741 /setup.py | |
parent | Optimize archive extraction for zip/rar files (closes #40) (diff) | |
download | kcc-d346ca04666301511cf2a42a80634acc46653fe9.tar.gz kcc-d346ca04666301511cf2a42a80634acc46653fe9.tar.bz2 kcc-d346ca04666301511cf2a42a80634acc46653fe9.zip |
Update version and readme
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 eb4f123..3c63ad4 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ use_setuptools() import sys NAME = "KindleComicConverter" -VERSION = "2.8-dev" +VERSION = "2.8" MAIN = "kcc.py" includefiles = ['README.md', 'MANIFEST.in', 'LICENSE.txt', 'comic2ebook.ico', 'comic2ebook.icns'] |