From fc78e6fee87060b849bd9fd00615edf649be090b Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Tue, 24 Oct 2017 13:17:49 +0200 Subject: [PATCH] bumping to version 1.1.24 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bdb8a1dd6..44907d3a6 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ else: setup( name='moto', - version='1.1.23', + version='1.1.24', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',