From 3491316260eb7d2ce0d576b4a0f5cb3c0c05352b Mon Sep 17 00:00:00 2001 From: Omar-V2 Date: Mon, 26 Jan 2026 20:04:46 +0000 Subject: [PATCH] Bump version from v1.5.0 -> v1.6.0 - Prepare to release v1.6.0 of the xAI Python SDK --- 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 9f1a950..399ff97 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.5.0" +__version__ = "1.6.0"