This commit is contained in:
Steve Pulec 2015-02-03 20:47:24 -05:00
parent ea07dd1cc7
commit 50c629e123

View File

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