Bump version to 0.4.3

This commit is contained in:
chopratejas 2026-03-13 16:51:23 -07:00
parent 93d41b66b1
commit 0e09097735
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -169,3 +169,6 @@ pyrightconfig.json
# Local development configuration
CLAUDE.md
# Vitals provenance data
.vitals/

View file

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

View file

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