From 43dc2218973b95816e4a04cdcd66fe58e911a4f0 Mon Sep 17 00:00:00 2001 From: Juan Carlos Castillo Cano Date: Tue, 14 Jun 2016 16:47:58 +0100 Subject: [PATCH] Bumping version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91bcda7a..f1700305 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ extras_require = { setup( name='moto', - version='0.4.24', + version='0.4.25', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',