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

bump for version 0.3.4

This commit is contained in:
Kevin McCarthy
2013-10-24 19:56:36 -10:00
parent 16fbe40d87
commit 2275749eaa
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class PyTest(TestCommand):
sys.exit(errno)
setup(name='vcrpy',
version='0.3.3',
version='0.3.4',
description="A Python port of Ruby's VCR to make mocking HTTP easier",
author='Kevin McCarthy',
author_email='me@kevinmccarthy.org',