This commit is contained in:
Steve Pulec 2014-08-25 21:19:46 -04:00
parent e45f32c6aa
commit 348d1803ed

View File

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