From 2790bb0a47a11a55425f2aec7b9ded07d3ad82ac Mon Sep 17 00:00:00 2001 From: AbhiPrasad <18689448+AbhiPrasad@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:18:32 +0000 Subject: [PATCH] chore: release Python SDK v0.34.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 b9cdc3f1..e6c6a489 100644 --- a/py/src/braintrust/version.py +++ b/py/src/braintrust/version.py @@ -1,4 +1,4 @@ -VERSION = "0.33.0" +VERSION = "0.34.0" RELEASE_CHANNEL = "source" # this will be templated during the build