From 74941f68c60255074abae29d66f5019b2aa47ffb Mon Sep 17 00:00:00 2001 From: Bryan Helmig Date: Sun, 28 Apr 2013 12:40:07 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 954bece..97a831a 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ class PyTest(TestCommand): sys.exit(errno) setup(name='vcrpy', - version='0.0.2', + version='0.0.3', description="A Python port of Ruby's VCR to make mocking HTTP easier", author='Kevin McCarthy', author_email='me@kevinmccarthy.org',