From 4e944db1d24f30b58e68681c36ff80ae615ae3f6 Mon Sep 17 00:00:00 2001 From: Tejas Chopra Date: Tue, 20 Jan 2026 18:00:30 -0800 Subject: [PATCH] Bump version to 0.2.15 --- headroom/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/headroom/__init__.py b/headroom/__init__.py index 38e4eb8a0..574340dbd 100644 --- a/headroom/__init__.py +++ b/headroom/__init__.py @@ -135,7 +135,7 @@ from .transforms import ( TransformPipeline, ) -__version__ = "0.2.0" +__version__ = "0.2.15" __all__ = [ # Main client diff --git a/pyproject.toml b/pyproject.toml index 3eefa3132..ca2d20f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "headroom-ai" -version = "0.2.14" +version = "0.2.15" description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%" readme = "README.md" license = "Apache-2.0"