Version 1.3.6

This commit is contained in:
Steve Pulec 2018-09-22 15:36:25 -04:00
commit 57f9691a52
3 changed files with 7 additions and 2 deletions

View file

@ -40,7 +40,7 @@ else:
setup(
name='moto',
version='1.3.5',
version='1.3.6',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',