From 468161bd610de3118de87e35f740f1b2555a6a88 Mon Sep 17 00:00:00 2001 From: Tibor Arpas Date: Fri, 11 Mar 2016 17:40:44 +0100 Subject: [PATCH] Release with a little packaging improvement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c542677..1fb1cce 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name='pytest-testmon', description='take TDD to a new level with py.test and testmon', long_description=''.join(open('README.rst').readlines()), - version='0.8.1', + version='0.8.2', license='MIT', platforms=['linux', 'osx', 'win32'], packages=['testmon'],