From 20785332aa2fc87f9c1ba430dfa8c33ae51db023 Mon Sep 17 00:00:00 2001 From: Devendra Gera Date: Thu, 15 Apr 2010 19:48:37 +0530 Subject: [PATCH] Bump version to 2.0 --- __init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 086bd07..b89ecd3 100644 --- a/__init__.py +++ b/__init__.py @@ -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 ' __license__ = """Copyright 2010, Devendra Gera , All rights reserved. diff --git a/setup.py b/setup.py index 8bde247..eb0529d 100644 --- a/setup.py +++ b/setup.py @@ -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'],