This commit is contained in:
Steve Pulec 2014-07-18 20:56:52 -04:00
parent bf797293aa
commit 415291d11a

View File

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