From 3c0710720afb26c4e3b525354b50c18d0e5b986d Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Fri, 15 Sep 2017 10:52:44 -0700 Subject: [PATCH] bumping to version 1.1.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86d1b0d02..9e14bf544 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras_require = { setup( name='moto', - version='1.1.8', + version='1.1.9', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',