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

bump version

This commit is contained in:
Kevin McCarthy
2014-05-10 12:01:19 -10:00
parent 3b05d499c3
commit c84fb1886b
2 changed files with 9 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ class PyTest(TestCommand):
setup(
name='vcrpy',
version='0.7.0',
version='1.0.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"