From c8df0fdbf1505b6a3769d91759ce52cf9f18b1bc Mon Sep 17 00:00:00 2001 From: Mark Story Date: Mon, 25 Nov 2019 11:09:07 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83ef4b8a..bd7ff360 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.7", author="David Cramer", description=("A utility library for mocking out the `requests` Python library."), url="https://github.com/getsentry/responses",