From fad6266a474a216e21335e45e90e25020bc98457 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Wed, 1 Jun 2016 08:18:10 +0200 Subject: [PATCH] finish up the version bump in __init__ i forgot --- _pytest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index 23dac6d0559..ed5e266268f 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.9.2' +__version__ = '2.9.3.dev0'