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

version bump to v1.1.2

This commit is contained in:
Ivan Malison
2014-10-08 12:11:53 -07:00
parent 916e7839e5
commit 6e049ba7a1
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ class PyTest(TestCommand):
setup(
name='vcrpy',
version='1.1.1',
version='1.1.2',
description=(
"Automatically mock your HTTP interactions to simplify and "
"speed up testing"