diff --git a/README.md b/README.md index 021a5c6..76ce569 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ API in version 1.0.x ## Changelog + * 1.4.1 Include README, tests, LICENSE in package. Thanks @ralphbean. * 1.4.0 Filter post data parameters (thanks @eadmundo), support for posting files through requests, inject_cassette kwarg to access cassette from `use_cassette` decorated function, diff --git a/setup.py b/setup.py index 582a292..3bff0e1 100644 --- a/setup.py +++ b/setup.py @@ -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"