diff --git a/setup.py b/setup.py index 4c0ea3d7..1fc7c6a7 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def run_tests(self): setup( name="responses", - version="0.11.0-dev", + version="0.10.8", author="David Cramer", description=("A utility library for mocking out the `requests` Python library."), url="https://github.com/getsentry/responses",