From b94a38506ddbc87877df5ea87b22c4d505d9228b Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 10 Mar 2023 21:13:00 +0000 Subject: [PATCH] release: 0.23.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4dac5203..6d01ad20 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def run_tests(self): setup( name="responses", - version="0.23.0", + version="0.23.1", author="David Cramer", description="A utility library for mocking out the `requests` Python library.", url="https://github.com/getsentry/responses",