bump version to 1.1.0 (#1084)

This commit is contained in:
Jack Danger 2017-08-25 21:46:14 -07:00 committed by GitHub
parent 945b984538
commit 8e57dc92f4

View File

@ -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',