From 0acc7fb4776f428e477538dcbd509e9320d72cd7 Mon Sep 17 00:00:00 2001 From: chopratejas Date: Sun, 18 Jan 2026 21:46:10 -0800 Subject: [PATCH] Bump version to 0.2.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1244dfc9..875d8cec2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "headroom-ai" -version = "0.2.12" +version = "0.2.13" description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%" readme = "README.md" license = "Apache-2.0"