From c5b6f5ea07321e5ae72b8fd85b1d456dae229750 Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Sun, 1 Oct 2017 17:00:48 -0700 Subject: [PATCH] bumping to version 1.1.20 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4ce3d5f1..378119925 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ else: setup( name='moto', - version='1.1.19', + version='1.1.20', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',