From 436c0be866f58330d1eae0eea342ffe6acf9f9e3 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Thu, 6 Feb 2014 20:54:40 -0500 Subject: [PATCH] 0.2.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 681f5416e..ac37e3679 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ if sys.version_info < (2, 7): setup( name='moto', - version='0.2.17', + version='0.2.18', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',