bumping to version 1.1.11

This commit is contained in:
Jack Danger 2017-09-18 14:00:16 -07:00
parent 066382fabc
commit 39f3e575be

View File

@ -24,7 +24,7 @@ extras_require = {
setup(
name='moto',
version='1.1.10',
version='1.1.11',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',