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

version bump

This commit is contained in:
Kevin McCarthy
2017-01-11 17:51:23 -10:00
parent 365e7cb112
commit 53c55b13e7
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.4',
version='1.10.5',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"