diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-07 10:53:28 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-07 10:53:28 +0100 |
commit | b01e8e2bc2beb657423cb8806356919fab7d4d4f (patch) | |
tree | 91e02e534967bdee3b7f1b5adb03b13bff65e6bd | |
parent | Update icon and focusing (#12) (diff) | |
download | kcc-b01e8e2bc2beb657423cb8806356919fab7d4d4f.tar.gz kcc-b01e8e2bc2beb657423cb8806356919fab7d4d4f.tar.bz2 kcc-b01e8e2bc2beb657423cb8806356919fab7d4d4f.zip |
Version bumping
-rw-r--r-- | kcc.py | 2 | ||||
-rwxr-xr-x | kcc/comic2ebook.py | 2 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | setup_console.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kcc.py b/kcc.py index 563530c..158afad 100644 --- a/kcc.py +++ b/kcc.py @@ -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' diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py index 2a5825f..2cf57e6 100755 --- a/kcc/comic2ebook.py +++ b/kcc/comic2ebook.py @@ -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' diff --git a/setup.py b/setup.py index b346663..5e8af6e 100644 --- a/setup.py +++ b/setup.py @@ -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': diff --git a/setup_console.py b/setup_console.py index 786961e..605838f 100644 --- a/setup_console.py +++ b/setup_console.py @@ -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.", |