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