From dae8eb2daf353e05840147bd0014f53d8dcf08c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Halber?= Date: Thu, 12 Mar 2026 13:24:34 -0700 Subject: [PATCH] chore: Bump SDK version 0.9.0 for new release --- 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 4875a9c4..fb7f65a8 100644 --- a/py/src/braintrust/version.py +++ b/py/src/braintrust/version.py @@ -1,4 +1,4 @@ -VERSION = "0.8.0" +VERSION = "0.9.0" # this will be templated during the build GIT_COMMIT = "__GIT_COMMIT__"