From befeb5bdde8057310cf8e0ce71c2cd02446625ee Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Tue, 13 May 2014 23:59:55 -0400 Subject: [PATCH] 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8dd5120af..b01e74427 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ if sys.version_info < (2, 7): setup( name='moto', - version='0.2.23', + version='0.3.0', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',