diff --git a/setup.py b/setup.py index c14b4c50..33b3bef1 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def run_tests(self): setup( name="responses", - version="0.20.0", + version="0.21.0", author="David Cramer", description="A utility library for mocking out the `requests` Python library.", url="https://github.com/getsentry/responses",