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