From 3291f325ddc9e1e68d25ea65501206cedde023bb Mon Sep 17 00:00:00 2001 From: Ilya Sukhanov Date: Mon, 3 Aug 2015 10:23:32 -0400 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50ab56eea..1eaafac75 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ if sys.version_info < (2, 7): setup( name='moto', - version='0.4.8', + version='0.4.9', description='A library that allows your python tests to easily' ' mock out the boto library', author='Steve Pulec',