summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-02-07 11:54:08 +0100
committerholger krekel <holger@merlinux.eu>2011-02-07 11:54:08 +0100
commit2bd0c98801006b9975502e13a17f11585df8481c (patch)
tree1d086a9aaae474e304b71f7263c16e9776050565 /pytest.py
parent5a5a618dcb15fd92c521047bcb03b2b85add8b82 (diff)
downloadpytest-2bd0c98801006b9975502e13a17f11585df8481c.tar.gz
up version, commit 2.0.1 annoucnement as sent out
Diffstat (limited to 'pytest.py')
-rw-r--r--pytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.py b/pytest.py
index 23108c1ae..ebc989c11 100644
--- a/pytest.py
+++ b/pytest.py
@@ -1,7 +1,7 @@
"""
unit and functional testing with Python.
"""
-__version__ = '2.0.1'
+__version__ = '2.0.2.dev0'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins