1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Update README / version bump for new libyaml feature

This commit is contained in:
Kevin McCarthy
2013-07-24 18:48:33 -10:00
parent 9650e945af
commit 9c03153e6c
2 changed files with 3 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class PyTest(TestCommand):
sys.exit(errno)
setup(name='vcrpy',
version='0.0.3',
version='0.0.4',
description="A Python port of Ruby's VCR to make mocking HTTP easier",
author='Kevin McCarthy',
author_email='me@kevinmccarthy.org',