From 386c0db3ca31a6bc55ebce0384d31ee1c8d55911 Mon Sep 17 00:00:00 2001 From: Juan Carlos Castillo Cano Date: Sat, 18 Jun 2016 19:47:13 +0100 Subject: [PATCH] Bumping version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1700305d..c69757cfa 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ extras_require = { setup( name='moto', - version='0.4.25', + version='0.4.26', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',