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

bump version to 1.9.0

This commit is contained in:
Kevin McCarthy
2016-07-16 08:07:51 -10:00
parent 57df0c6921
commit 3a46616ba6
2 changed files with 4 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ except Exception:
setup(
name='vcrpy',
version='1.8.0',
version='1.9.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"