From 0febd855e1ad121c179389d1c012601b44ec7114 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 5 Dec 2016 10:06:58 -0200 Subject: [PATCH] Bump version to 3.0.5 --- _pytest/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/__init__.py b/_pytest/__init__.py index 15043e71c..be20d3d41 100644 --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '3.0.5.dev0' +__version__ = '3.0.5'