diff --git a/setup.py b/setup.py index 928f28c75..e079dbac0 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ extras_require = { setup( name='moto', - version='0.4.27', + version='0.4.26', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',