From 2f81ea90eb5c8da72a7877c70b376e083be5e475 Mon Sep 17 00:00:00 2001 From: AbhiPrasad <18689448+AbhiPrasad@users.noreply.github.com> Date: Tue, 16 Jun 2026 18:10:07 +0000 Subject: [PATCH] chore: release Python SDK v0.25.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 7507b617..058bb0f3 100644 --- a/py/src/braintrust/version.py +++ b/py/src/braintrust/version.py @@ -1,4 +1,4 @@ -VERSION = "0.24.0" +VERSION = "0.25.0" RELEASE_CHANNEL = "source" # this will be templated during the build