1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Update version and readme

This commit is contained in:
Ciro Mattia Gonano
2013-03-20 10:39:42 +01:00
parent 22fadf078e
commit d346ca0466
5 changed files with 17 additions and 13 deletions

View File

@@ -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']