Bump version to 2.0

master
Devendra Gera 2010-04-15 19:48:37 +05:30
parent 1e6c99722a
commit 20785332aa
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ pybugs can be obtained from http://github.com/ColdWind/pybugz/downloads
"""
__version__ = '1.9.1'
__version__ = '2.0'
__author__ = 'Devendra Gera <gera@theoldmonk.net>'
__license__ = """Copyright 2010, Devendra Gera <gera@theoldmonk.net>,
All rights reserved.

View File

@ -11,7 +11,7 @@ args = dict(
author='Devendra Gera',
author_email='gera@theoldmonk.net',
url='http://www.theoldmonk.net/gitzilla/',
version='1.9.1',
version='2.0',
requires=['pybugz'],
package_dir={'gitzilla': '.'},
packages=['gitzilla'],