From 6e889daaa89dd24ad8888c59898a417437a1c6f1 Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Mon, 2 Oct 2017 15:35:36 -0700 Subject: [PATCH] bumping to version 1.1.21 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0770c098f..3f6804ce0 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ else: setup( name='moto', - version='1.1.20', + version='1.1.21', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',