From 81af1c024ac9d001dc9d3d5b3718aae4dce5b305 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 1 Mar 2016 18:46:17 -0300 Subject: [PATCH] Bump version to 2.9.1.dev1 --- _pytest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index 7ca204091..dd36f3759 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.9.0' +__version__ = '2.9.1.dev1'