From cb669e09acb71de6e8f9c7832b035a7b766b2171 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 15 Mar 2015 15:17:52 -0300 Subject: [PATCH] Bumping version to 0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], },