From c0d8c80d3c2a27ea5f37802b2aed672b66abd2aa Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 1 Dec 2023 15:51:59 -0300 Subject: [PATCH] Update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da95cd7..06d133b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "logmiddleware" -version = "0.0.3" +version = "0.0.4" description = "Simplify the logging of incoming requests and outgoing responses." readme = "README.md" requires-python = ">=3.8"