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

Bump setup.py version to v1.1.0. minor tweaks to readme.

This commit is contained in:
Ivan Malison
2014-09-21 05:07:24 -07:00
parent a2c947dc48
commit 113c95f971
2 changed files with 2 additions and 2 deletions

View File

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