This commit is contained in:
Steve Pulec 2014-09-08 22:21:00 -04:00
parent e8968becd4
commit 6db3e6dd79

View File

@ -20,7 +20,7 @@ if sys.version_info < (2, 7):
setup(
name='moto',
version='0.3.5',
version='0.3.6',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',