From 0e45eb8b86373c3e29f8d38d5a33e98f220e0cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Mon, 2 Sep 2024 19:41:56 +0200 Subject: [PATCH] chore: Bump version from 4.3.2 to 4.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 478fd9f..9655b7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "asgi-correlation-id" -version = "4.3.2" +version = "4.3.3" description = "Middleware correlating project logs to individual requests" authors = ["Sondre Lillebø Gundersen "] maintainers = ["Jonas Krüger Svensson "]