Version 1.3.5.

This commit is contained in:
Steve Pulec 2018-08-29 08:44:03 -04:00
commit c4b630e20f
3 changed files with 8 additions and 2 deletions

View file

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