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

Bump version to 1.13.0

This commit is contained in:
Luiz Menezes
2018-07-12 20:02:29 -03:00
parent d1b11da610
commit 506700651d
2 changed files with 2 additions and 1 deletions

View File

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