From eae2f2d5fce6f0e8a567a1d246202210738ed2d6 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Samei <9259samei@gmail.com> Date: Wed, 26 Nov 2025 10:53:18 +0330 Subject: [PATCH] chore: update version to `0.2.14` * Bumped the project version in `pyproject.toml` to reflect the latest changes. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7816db..e650003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "chromatrace" -version = "0.2.13" +version = "0.2.14" description = "Advanced Python logging with tracing, coloring and FastAPI, Django, and SocketIO integrations" readme = "README.md" authors = [