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

Update for 2.9 release.

This commit is contained in:
Ciro Mattia Gonano
2013-04-19 12:14:24 +02:00
parent 23e07f47f0
commit 148211a5c7
6 changed files with 17 additions and 10 deletions

View File

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