This commit is contained in:
Steve Pulec 2013-09-10 16:55:12 -04:00
parent afad0bed14
commit ceed17bec4

View File

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='moto',
version='0.2.8',
version='0.2.9',
description='A library that allows your python tests to easily'
' mock out the boto library',
author='Steve Pulec',