From b088811d0686011f80f8fdb10a69d5364436ff64 Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Thu, 7 Sep 2017 11:31:42 -0700 Subject: [PATCH] bump version to 1.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6de56867..01a471507 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras_require = { setup( name='moto', - version='1.1.1', + version='1.1.2', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',