bumping to version 1.1.13

This commit is contained in:
Jack Danger 2017-09-22 10:11:09 -07:00
parent eb220cc6fb
commit c2e0d8876d

View File

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