1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00
This commit is contained in:
Ivan Malison
2015-07-15 00:25:56 -07:00
parent 8a86d75dc5
commit 80ece7750f
2 changed files with 6 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ if 'bdist_wheel' not in sys.argv:
setup(
name='vcrpy',
version='1.6.0',
version='1.6.1',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"