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