diff --git a/setup.py b/setup.py index f5344a0c0..1093af638 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ extras_require = { setup( name='moto', - version='1.1.16', + version='1.1.17', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',