From 93a436542c69ea27cd1799266bb49f3f6d4fe7a2 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 17 Nov 2010 18:27:07 +0100 Subject: [PATCH] bump version number --- pytest.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.py b/pytest.py index d396cfed0..c987946e1 100644 --- a/pytest.py +++ b/pytest.py @@ -5,7 +5,7 @@ see http://pytest.org for documentation and details (c) Holger Krekel and others, 2004-2010 """ -__version__ = '2.0.0.dev29' +__version__ = '2.0.0.dev30' __all__ = ['main'] from _pytest.core import main, UsageError, _preloadplugins diff --git a/setup.py b/setup.py index 216c2ea35..35fed15b5 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.dev29', + version='2.0.0.dev30', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],