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

Dev version bump

This commit is contained in:
Ciro Mattia Gonano
2013-03-03 14:40:48 +01:00
parent 1bde9bad04
commit ae1fd4f965
3 changed files with 3 additions and 3 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.5'
__version__ = '2.6-dev'
__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.5'
__version__ = '2.6-dev'
__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.5"
VERSION="2.6-dev"
mainscript = 'kcc.py'
if sys.platform == 'darwin':