From c6f5afff75d789364bfc75b21ede93c4a1f58570 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Thu, 28 Feb 2013 22:49:16 -0500 Subject: [PATCH] 0.0.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b998e594..d1a1a16b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name='moto', - version='0.0.5', + version='0.0.6', description='Moto is a library that allows your python tests to easily mock' ' out the boto library', author='Steve Pulec',