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

2.10 release

This commit is contained in:
Ciro Mattia Gonano
2013-05-28 12:56:59 +02:00
parent 87eaba184e
commit 18c3ab2340
6 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ use_setuptools()
import sys
NAME = "KindleComicConverter"
VERSION = "2.9"
VERSION = "2.10"
MAIN = "kcc.py"
includefiles = ['README.md', 'MANIFEST.in', 'LICENSE.txt', 'comic2ebook.ico', 'comic2ebook.icns']