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

version bump 1.11.0

This commit is contained in:
Thomas Grainger
2017-05-02 11:36:12 +01:00
parent 204cb8f2ac
commit 0c4020df7d
2 changed files with 4 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ if sys.version_info[0] == 2:
setup(
name='vcrpy',
version='1.10.5',
version='1.11.0',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"