From 7f3daf4755aff19d04acf865df39f7d188655b15 Mon Sep 17 00:00:00 2001 From: Rene Martin Date: Sat, 8 Oct 2016 10:39:52 +0100 Subject: [PATCH] Bumping the version reflecting the bugfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 928f28c7..64caa599 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ extras_require = { setup( name='moto', - version='0.4.27', + version='0.4.28', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',