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

bump version

This commit is contained in:
Kevin McCarthy
2015-04-11 11:21:31 -10:00
parent 47544b08fe
commit 8db0d245a5
2 changed files with 2 additions and 1 deletions

View File

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