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

Bump to 2.8-dev

This commit is contained in:
Ciro Mattia Gonano
2013-03-13 00:38:03 +01:00
parent c2cfc9b8db
commit 660df4b370
4 changed files with 4 additions and 4 deletions

View File

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