From 4cbb2ab3b363289713828e0014d992d9069571b6 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 5 Oct 2012 14:35:16 +0200 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 2e276a41a..e8a1b700e 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.3.0.dev17' +__version__ = '2.3.0.dev18' diff --git a/setup.py b/setup.py index ac9b0eac9..1489e3ad3 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def main(): name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.3.0.dev17', + version='2.3.0.dev18', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],