diff --git a/setup.py b/setup.py index 1075c8406..07cf98387 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras_require = { setup( name='moto', - version='1.1.0', + version='1.1.1', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',