diff --git a/setup.py b/setup.py index 6ba2ace..6a3364d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def vcr_test_suite(): setup( name='vcr', - version='0.0.7', + version='0.0.8', description='VCR - decorator for capturing and simulating network ' + 'communication', long_description=readme,