Version bump for 2.6

This commit is contained in:
Ciro Mattia Gonano
2013-03-05 12:50:27 +01:00
parent ef8469add4
commit 3faef90afe
3 changed files with 3 additions and 3 deletions
+1 -1
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-dev'
__version__ = '2.6'
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
+1 -1
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-dev'
__version__ = '2.6'
__license__ = 'ISC'
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
__docformat__ = 'restructuredtext en'
+1 -1
View File
@@ -17,7 +17,7 @@ import sys
from setuptools import setup
NAME = 'KindleComicConverter'
VERSION = "2.6-dev"
VERSION = "2.6"
mainscript = 'kcc.py'
if sys.platform == 'darwin':