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

Bump version number for new use_cassette_decorator.

This commit is contained in:
Ivan Malison
2014-09-16 23:53:50 -07:00
parent cb05f4163c
commit 0cfe63ef6e

View File

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