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

v3.0.0 RC (#498)

* v3.0.0 RC

* Add credit for documentation improvements for @yarikoptic
This commit is contained in:
Josh Peak
2019-12-14 19:49:50 +11:00
committed by GitHub
parent 531685d50b
commit 8245bd4f84
2 changed files with 16 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ if sys.version_info[0] == 2:
setup(
name="vcrpy",
version="2.1.1",
version="3.0.0",
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
long_description=long_description,
author="Kevin McCarthy",