summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-02-03 15:14:50 +0100
committerholger krekel <holger@merlinux.eu>2011-02-03 15:14:50 +0100
commit35b0b376f063d783f9937563f92180ef47ed1a46 (patch)
treed04ad3a03ffa42783772cb1ccf2adbb9fd747c43 /pytest.py
parent762ea71f676cc52819d63be3dfee47b424a05586 (diff)
downloadpytest-35b0b376f063d783f9937563f92180ef47ed1a46.tar.gz
bumping version to pytest-2.0.1, regen docs and examples
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 197794047..23108c1ae 100644
--- a/pytest.py
+++ b/pytest.py
@@ -1,7 +1,7 @@
"""
unit and functional testing with Python.
"""
-__version__ = '2.0.1.dev10'
+__version__ = '2.0.1'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins