From e3a8b1e0623a3a4eb208329d91ddfd597bf57cba Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 28 Dec 2011 15:49:35 +0000 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 e67af15f3..4a13752bd 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.2.2.dev3' +__version__ = '2.2.2.dev4' diff --git a/setup.py b/setup.py index 142411417..c2b746505 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.2.2.dev3', + version='2.2.2.dev4', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], @@ -70,4 +70,4 @@ def make_entry_points(): return {'console_scripts': l} if __name__ == '__main__': - main() + main() \ No newline at end of file