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