This commit is contained in:
Steve Pulec 2013-11-08 16:05:36 -05:00
parent df3155c869
commit d5b3af202e

View File

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