bumping to version 1.1.18

This commit is contained in:
Jack Danger 2017-09-27 14:01:34 -07:00
commit 9c5d05dd61

View file

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