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

Version Bump to 0.4.0

This commit is contained in:
Kevin McCarthy
2013-11-10 12:31:11 -10:00
parent c2d857c585
commit a4844d972b
2 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ class PyTest(TestCommand):
sys.exit(errno)
setup(name='vcrpy',
version='0.3.5',
description="A Python port of Ruby's VCR to make mocking HTTP easier",
version='0.4.0',
description="Automatically mock your HTTP interactions to simplify and speed up testing",
author='Kevin McCarthy',
author_email='me@kevinmccarthy.org',
url='https://github.com/kevin1024/vcrpy',