From 88b4d0b271ec584419f281c6e0a07fe43b5c8dbb Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Mon, 11 Sep 2017 12:34:20 -0700 Subject: [PATCH] bumping version to 1.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eae16b81d..7ab174d35 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras_require = { setup( name='moto', - version='1.1.3', + version='1.1.4', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',