summaryrefslogtreecommitdiff
path: root/_pytest
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2016-09-01 21:34:54 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2016-09-01 21:34:54 -0300
commitee284ec58763db7467caa831674192e5acee8ab4 (patch)
tree233648f52970457085b009539fff20a4bcb5a83c /_pytest
parent927f411ee2691e95174726205364f95877a2b302 (diff)
downloadpytest-ee284ec58763db7467caa831674192e5acee8ab4.tar.gz
Set version to 3.0.3.dev0
Also, using "dev0" as development suffix otherwise distutils gives a warning during "setup.py develop": UserWarning: Normalizing '3.0.3.dev' to '3.0.3.dev0' normalized_version,
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/__init__.py b/_pytest/__init__.py
index 757e56087..4d8be3d3a 100644
--- a/_pytest/__init__.py
+++ b/_pytest/__init__.py
@@ -1,2 +1,2 @@
#
-__version__ = '3.0.2'
+__version__ = '3.0.3.dev0'