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'],