Skip to content

Commit 24c49d2

Browse files
authored
Merge pull request #132 from kalibr-ai/chore/bump-version-1.9.0
chore: bump version to 1.9.0
2 parents 2523788 + 6db526d commit 24c49d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kalibr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def call_openai(prompt):
3636
kalibr version # Show version
3737
"""
3838

39-
__version__ = "1.8.0"
39+
__version__ = "1.9.0"
4040

4141
# Auto-instrument LLM SDKs on import (can be disabled via env var)
4242
import os

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kalibr"
7-
version = "1.8.0"
7+
version = "1.9.0"
88
description = "Outcome-aware LLM routing for production AI agents. Routes between models, tools, and parameters based on real success signals using Thompson Sampling. Automatic fallback, cost optimization, and continuous learning — no redeploy required."
99
authors = [{name = "Kalibr Team", email = "support@kalibr.systems"}]
1010
readme = "README.md"

0 commit comments

Comments
 (0)