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

bump version to v0.7.0

This commit is contained in:
Kevin McCarthy
2014-03-09 15:29:59 -10:00
parent 4a4b04e5a6
commit 3c905bb086

View File

@@ -19,7 +19,7 @@ class PyTest(TestCommand):
sys.exit(errno)
setup(name='vcrpy',
version='0.6.0',
version='0.7.0',
description="Automatically mock your HTTP interactions to simplify and speed up testing",
author='Kevin McCarthy',
author_email='me@kevinmccarthy.org',