summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
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 6f8b74c6a..d2c9120c1 100644
--- a/pytest.py
+++ b/pytest.py
@@ -5,7 +5,7 @@ see http://pytest.org for documentation and details
(c) Holger Krekel and others, 2004-2010
"""
-__version__ = '2.0.0.dev35'
+__version__ = '2.0.0.dev36'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins