From 00a6ab2dee10743cfd44bb460dd5bad1c7b6f4a2 Mon Sep 17 00:00:00 2001 From: chopratejas Date: Sat, 11 Apr 2026 19:32:53 -0700 Subject: [PATCH] Bump version to 0.5.22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e43b11df2..8e90428fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "headroom-ai" -version = "0.5.21" +version = "0.5.22" description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%" readme = "README.md" license = "Apache-2.0"