Skip to content

Commit

Permalink
Version bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarpas committed Dec 9, 2016
1 parent a40df87 commit 8cfc7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3',
version='0.9.0',
license='MIT',
platforms=['linux', 'osx', 'win32'],
packages=['testmon'],
Expand All @@ -16,7 +16,7 @@
'testmon = testmon.pytest_testmon',
]
},
install_requires=['pytest>=2.7.0,<3.1', 'coverage>=4'],
install_requires=['pytest>=2.8.0,<3.1', 'coverage>=4'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 8cfc7b7

Please sign in to comment.