From fabef3d98890d449a99020344b17456e984a5568 Mon Sep 17 00:00:00 2001 From: Chase Sterling Date: Mon, 8 Dec 2014 21:43:01 -0500 Subject: [PATCH] Version bump to v1.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9962d622..53f3cf41 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run_tests(self): setup( name='vcrpy', - version='1.1.2', + version='1.1.3', description=( "Automatically mock your HTTP interactions to simplify and " "speed up testing"