From 9687d690dafac89071a8fb2325ae5ebc26affe46 Mon Sep 17 00:00:00 2001 From: moes-91 Date: Tue, 24 Dec 2024 14:10:32 +0100 Subject: [PATCH] chore: bump to v0.0.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64416b2..bc1b0fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xai-grok-sdk" -version = "0.0.10" +version = "0.0.11" description = "Lightweight xAI SDK with minimal dependencies" dependencies = [ "requests>=2.32.3",