From 42e7b7aa5b53b06e648e06c0a1aee09c01dd60da Mon Sep 17 00:00:00 2001 From: Jumana B Date: Tue, 3 Oct 2023 11:00:22 -0400 Subject: [PATCH] Update utils (#248) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16123e61..90b8f771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ include = '(notifications_utils|tests)/.*\.pyi?$' [tool.poetry] name = "notifications-utils" -version = "52.0.9" +version = "52.0.10" description = "Shared python code for Notification - Provides logging utils etc." authors = ["Canadian Digital Service"] license = "MIT license"