From d3b2bdace2d3a84370c58fd1f1b36a7b38836706 Mon Sep 17 00:00:00 2001 From: Jeff Albert Date: Fri, 16 Sep 2016 23:31:07 -0400 Subject: [PATCH] Reverted version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',