From 1744f4340f2ac84e3fbba19715ee2a30aed1b5de Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Mon, 20 Nov 2017 10:26:59 -0800 Subject: [PATCH] bumping to version 1.1.25 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdd5b5a48..201622627 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ else: setup( name='moto', - version='1.1.24', + version='1.1.25', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',