From 4c68c1ecd136fc08b25e733b2005d2f5ab761283 Mon Sep 17 00:00:00 2001 From: Tibor Arpas Date: Sat, 15 Oct 2016 16:07:30 +0200 Subject: [PATCH] Version bump. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fed7e6e..550a758 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.2', + version='0.8.3', license='MIT', platforms=['linux', 'osx', 'win32'], packages=['testmon'],