1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +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

2
kcc.py
View File

@@ -16,7 +16,7 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
__version__ = '2.6'
__version__ = '2.7'
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'

View File

@@ -16,7 +16,7 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
__version__ = '2.6'
__version__ = '2.7'
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'

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':

View File

@@ -9,7 +9,7 @@ from cx_Freeze import setup, Executable
sys.path.insert(0, 'kcc')
setup( name = "KindleComicConverter",
version = "2.6",
version = "2.7",
author = "Ciro Mattia Gonano",
author_email = "ciromattia@gmail.com",
description = "A tool to convert comics (CBR/CBZ/PDFs/image folders) to MOBI.",