diff --git a/setup.py b/setup.py index ab7869c..cf9b0d8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='pytest-mock', - version='0.2.0', + version='0.3.0', entry_points={ 'pytest11': ['pytest-mock = pytest_mock'], },