From 50bc831ea679e225746d03f08c8dbe1c41200927 Mon Sep 17 00:00:00 2001 From: u-ways Date: Sun, 15 Dec 2024 13:53:22 +0000 Subject: [PATCH] chore: bump library version to 2.32.3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2aeca2..7219d0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "logging-http-client" -version = "2.32.3.7" +version = "2.32.3.8" description = "A logging library built on top of the requests library to provide a familiar interface for sending HTTP requests with observability features out-of-the-box." authors = ["u-ways "] packages = [{ include = "logging_http_client", from = "." }]