1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Update README and bump version

This commit is contained in:
Kevin McCarthy
2013-08-23 17:47:08 -10:00
parent 6b8d4643e8
commit 98603541d6
3 changed files with 7 additions and 1 deletions

View File

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