From 77e31fa4edecaaf93dbe4879c0032bada7fe76de Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 25 Sep 2024 11:00:25 -0700 Subject: [PATCH] bump 0.0.35 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77e1332..3fa25e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llama_stack_client" -version = "0.0.5-alpha.0" +version = "0.0.35" description = "The official Python library for the llama-stack-client API" dynamic = ["readme"] license = "Apache-2.0"