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'],