From 48838727ae697467c7c7b32d3a99bb11bb396f10 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 27 Sep 2013 12:43:49 +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 7d731d0c1..6f16fe67e 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.4.0.dev12' +__version__ = '2.4.0.dev13' diff --git a/setup.py b/setup.py index 33ef4c60e..a5574d061 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def main(): name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.4.0.dev12', + version='2.4.0.dev13', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],