From 1aeb9c9b0c758ec8d69688ac32d38a5046a07343 Mon Sep 17 00:00:00 2001 From: Tobias Beckmann Date: Mon, 13 Nov 2023 16:41:56 +0100 Subject: [PATCH] chore: increase version in setup.py Co-authored-by: Andreas Schimmelschulze --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b816a3..9cecfde 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='http_request_recorder', - version='0.1.0', + version='0.2.0', description='A package to record an respond to http requests, primarily for use in black box testing.', long_description=readme, author='',