1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Bump version to 1.1.1

This commit is contained in:
Ivan Malison
2014-09-22 19:22:52 -07:00
parent 0871c3b87c
commit 361ed82a10
2 changed files with 5 additions and 1 deletions

View File

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