diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-13 00:38:03 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-13 00:38:03 +0100 |
commit | 660df4b3700f939ec8a035d1bceb129f6ceb7864 (patch) | |
tree | 656a9085c4e78ce58ff844f67ed550b02858d319 | |
parent | Apply the correct ordering for image processing (closes #33, thanks to @dever... (diff) | |
download | kcc-660df4b3700f939ec8a035d1bceb129f6ceb7864.tar.gz kcc-660df4b3700f939ec8a035d1bceb129f6ceb7864.tar.bz2 kcc-660df4b3700f939ec8a035d1bceb129f6ceb7864.zip |
Bump to 2.8-dev
-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 3ec5d11..cbf6c9a 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.7' +__version__ = '2.8-dev' __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 dee5078..3fe51e2 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.7' +__version__ = '2.8-dev' __license__ = 'ISC' __copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>' __docformat__ = 'restructuredtext en' diff --git a/setup.py b/setup.py index e0b16c4..eb4f123 100644 --- a/setup.py +++ b/setup.py @@ -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'] diff --git a/setup_console.py b/setup_console.py index 41b8ca9..f698735 100644 --- a/setup_console.py +++ b/setup_console.py @@ -10,7 +10,7 @@ sys.path.insert(0, 'kcc') setup( name = "KindleComicConverter", - version = "2.7", + version = "2.8-dev", author = "Ciro Mattia Gonano", author_email = "ciromattia@gmail.com", description = "A tool to convert comics (CBR/CBZ/PDFs/image folders) to MOBI.", |