From 4ce81b131641b830438f16169455ac625382fc19 Mon Sep 17 00:00:00 2001 From: Pavel Dedik Date: Thu, 20 Apr 2023 09:28:50 +0200 Subject: [PATCH] chore: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f47e743..97fb4d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "structlog-sentry" -version = "2.0.1" +version = "2.0.2" description = "Sentry integration for structlog" authors = ["Kiwi.com platform "] license = "MIT"