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:
Bryan Helmig
2013-04-28 12:40:07 -07:00
parent 6208b0ce61
commit 74941f68c6

View File

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