From 74daafe4a0cf222e19b9b6f86ee7a0cd13af82d0 Mon Sep 17 00:00:00 2001 From: moes-91 Date: Mon, 16 Dec 2024 20:48:04 +0100 Subject: [PATCH] chore: bump to version 0.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99d8573..87b0d3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "xai-grok-sdk" -version = "0.0.2" +version = "0.0.3" description = "Lightweight xAI SDK with minimal dependencies" dependencies = [ "requests>=2.32.3",