From 582a97d112ca3ede40cc760b3cadd1453f5646a5 Mon Sep 17 00:00:00 2001 From: AbhiPrasad <18689448+AbhiPrasad@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:52:16 +0000 Subject: [PATCH] chore: release Python SDK v0.26.0 --- py/src/braintrust/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/src/braintrust/version.py b/py/src/braintrust/version.py index 058bb0f3..8ef5ce3d 100644 --- a/py/src/braintrust/version.py +++ b/py/src/braintrust/version.py @@ -1,4 +1,4 @@ -VERSION = "0.25.0" +VERSION = "0.26.0" RELEASE_CHANNEL = "source" # this will be templated during the build