This commit is contained in:
Steve Pulec 2013-03-15 10:23:59 -04:00
parent 930e4c9762
commit 9b862d7b25

View File

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