From 9bdf51fcc5ca7927bef5d73d3acd463f2f9747a1 Mon Sep 17 00:00:00 2001 From: nicoddemus Date: Thu, 17 Mar 2016 17:03:46 -0400 Subject: [PATCH] Bump version to 2.9.1 --- _pytest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index dd36f3759..723fb9e85 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.9.1.dev1' +__version__ = '2.9.1'