From 478f439d00911ef88e3c5f27de0c03b268c75325 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 8 Mar 2025 00:25:13 +0000 Subject: [PATCH] Bump version to 0.1.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dadb57b55..077214354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama_stack" -version = "0.1.6rc10" +version = "0.1.6" authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }] description = "Llama Stack" readme = "README.md" @@ -26,7 +26,7 @@ dependencies = [ "httpx", "huggingface-hub", "jsonschema", - "llama-stack-client>=0.1.6rc10", + "llama-stack-client>=0.1.6", "prompt-toolkit", "python-dotenv", "pydantic>=2",