This commit is contained in:
Steve Pulec 2014-05-14 09:19:23 -04:00
parent a202898245
commit df7e139855

View File

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