From 21df9b9a78baeb98cbebf7918e6ebe73f9b63ace Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Thu, 14 Sep 2017 11:14:41 -0700 Subject: [PATCH] bumping to version 1.1.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d1c745dd..75ffc4f1e 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras_require = { setup( name='moto', - version='1.1.6', + version='1.1.7', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',