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

bump version

This commit is contained in:
Kevin McCarthy
2016-12-15 08:41:34 -10:00
parent 9e548718e5
commit d9fd563812
2 changed files with 2 additions and 1 deletions

View File

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