diff --git a/setup.py b/setup.py index 39e5a78..9e82ec2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='pytest-mock', - version='0.4.0', + version='0.4.1', entry_points={ 'pytest11': ['pytest_mock = pytest_mock'], },