From 722e20c7d68549ef846dc7b9c304fee4e29d7fed Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sun, 7 Nov 2010 09:05:54 +0100 Subject: [PATCH] bump version --- pytest/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest/__init__.py b/pytest/__init__.py index 8a2be2947..82530191c 100644 --- a/pytest/__init__.py +++ b/pytest/__init__.py @@ -5,7 +5,7 @@ see http://pytest.org for documentation and details (c) Holger Krekel and others, 2004-2010 """ -__version__ = '2.0.0.dev21' +__version__ = '2.0.0.dev22' __all__ = ['config', 'cmdline'] diff --git a/setup.py b/setup.py index 59dd023a9..33a5e01ea 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def main(): name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.0.0.dev21', + version='2.0.0.dev22', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],