This commit is contained in:
Steve Pulec 2013-12-30 12:25:46 -05:00
parent d39d706e5c
commit 2358622597

View File

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