From c40dc9f77994ddaa9eb3820ad23e2d45ab935211 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 7 Jul 2011 23:21:01 +0200 Subject: [PATCH] bump version --- _pytest/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index f00124edc..718bc2374 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.1.0.dev10' +__version__ = '2.1.0.dev11' diff --git a/setup.py b/setup.py index 849a8acea..0f0258a3d 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.1.0.dev10', + version='2.1.0.dev11', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], @@ -69,4 +69,4 @@ def make_entry_points(): return {'console_scripts': l} if __name__ == '__main__': - main() + main() \ No newline at end of file