bumping to version 1.1.17

This commit is contained in:
Jack Danger 2017-09-27 13:51:41 -07:00
parent 2a3fdf6b64
commit 4768c28443

View File

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