From a3e6c14da337663f4f4706a9794ca1b5bd336384 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 18 Aug 2016 11:41:10 -0400 Subject: [PATCH] Bump version to 3.0.0 --- _pytest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index 3252e0824..40f66537c 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '3.0.0.dev1' +__version__ = '3.0.0'