From 12d3cc7558a582e78e8fc0c31101cbc0f5ba579a Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Wed, 27 Sep 2017 12:53:36 -0700 Subject: [PATCH] bumping to version 1.1.16 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4464d01f2..f5344a0c0 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ extras_require = { setup( name='moto', - version='1.1.15', + version='1.1.16', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',