From bc5dd3e987f246af6d01a707b4ad8f09e7b644a0 Mon Sep 17 00:00:00 2001 From: shawnthapa Date: Fri, 29 May 2026 18:34:24 -0700 Subject: [PATCH] Bump version from 1.14.0 to 1.15.0 --- src/xai_sdk/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xai_sdk/__about__.py b/src/xai_sdk/__about__.py index f31cef2..2501b41 100644 --- a/src/xai_sdk/__about__.py +++ b/src/xai_sdk/__about__.py @@ -3,4 +3,4 @@ # To change the version, do so using `uv run hatch version ` # or `uv run hatch version ` to bump the patch/minor/major version respectively. # See https://hatch.pypa.io/latest/version/#updating for more details. -__version__ = "1.14.0" +__version__ = "1.15.0"