1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Version bumping

This commit is contained in:
Ciro Mattia Gonano
2013-03-07 10:53:28 +01:00
parent 10724489fc
commit b01e8e2bc2
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ import sys
from setuptools import setup
NAME = 'KindleComicConverter'
VERSION = "2.6"
VERSION = "2.7"
mainscript = 'kcc.py'
if sys.platform == 'darwin':