From 86761b1058dcb2b57e49d66f4c0e0608dd484a2f Mon Sep 17 00:00:00 2001 From: Tibor Arpas Date: Mon, 29 Feb 2016 13:24:37 +0100 Subject: [PATCH] Version 0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1942c9b..cce0399 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pytest-testmon', description='take TDD to a new level with py.test and testmon', - version='0.8.0a1', + version='0.8.0', license='MIT', platforms=['linux', 'osx', 'win32'], packages=['testmon'],