build: Bump version to 0.3.1

This commit is contained in:
github-actions[bot] 2025-10-31 22:54:10 +00:00
parent dd6aee179d
commit 033c1abf29
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ required-version = ">=0.7.0"
[project]
name = "llama_stack"
version = "0.3.1rc5"
version = "0.3.1"
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
description = "Llama Stack"
readme = "README.md"
@ -30,7 +30,7 @@ dependencies = [
"httpx",
"jinja2>=3.1.6",
"jsonschema",
"llama-stack-client>=0.3.1rc5",
"llama-stack-client>=0.3.1",
"openai>=1.107", # for expires_after support
"prompt-toolkit",
"python-dotenv",
@ -55,7 +55,7 @@ dependencies = [
ui = [
"streamlit",
"pandas",
"llama-stack-client>=0.3.1rc5",
"llama-stack-client>=0.3.1",
"streamlit-option-menu",
]