From 08d37cd4f207048551f2da76c01e7c0f2d386c0c Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 24 Sep 2024 17:24:19 -0700 Subject: [PATCH] update ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb69f32..77e1332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "llama_stack_client" -version = "0.0.4-alpha.0" +version = "0.0.5-alpha.0" description = "The official Python library for the llama-stack-client API" dynamic = ["readme"] license = "Apache-2.0"