From e6a1dd59d26aca82f9196a3e7ae0f3663d36792c Mon Sep 17 00:00:00 2001 From: Devon Kelley Date: Tue, 7 Apr 2026 06:04:59 -0700 Subject: [PATCH] chore: bump version to 1.10.0 --- kalibr/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kalibr/__init__.py b/kalibr/__init__.py index c543d57..b5f64db 100644 --- a/kalibr/__init__.py +++ b/kalibr/__init__.py @@ -36,7 +36,7 @@ def call_openai(prompt): kalibr version # Show version """ -__version__ = "1.9.8" +__version__ = "1.10.0" # Auto-instrument LLM SDKs on import (can be disabled via env var) import os diff --git a/pyproject.toml b/pyproject.toml index faa833d..8bef1a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "kalibr" -version = "1.9.8" +version = "1.10.0" 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." authors = [{name = "Kalibr Team", email = "support@kalibr.systems"}] readme = "README.md"