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',