From 8e57dc92f405daa350b8b901cf13181883c65814 Mon Sep 17 00:00:00 2001 From: Jack Danger Date: Fri, 25 Aug 2017 21:46:14 -0700 Subject: [PATCH] bump version to 1.1.0 (#1084) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e55f867b4..1075c8406 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras_require = { setup( name='moto', - version='1.0.1', + version='1.1.0', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',