chore: bump version to 0.5.20

This commit is contained in:
Tejas Chopra 2026-04-07 17:30:14 -07:00
parent 22dad133e2
commit 8bb1b1ea14
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ from .transforms import (
TransformPipeline,
)
__version__ = "0.5.19"
__version__ = "0.5.20"
__all__ = [
# Main client

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "headroom-ai"
version = "0.5.19"
version = "0.5.20"
description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%"
readme = "README.md"
license = "Apache-2.0"