Skip to content

Commit 9ed580e

Browse files
build: Bump version to 0.2.17
1 parent e136739 commit 9ed580e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llama_stack/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
2525
"framer-motion": "^11.18.2",
26-
"llama-stack-client": "0.2.16",
26+
"llama-stack-client": ""0.2.17",
2727
"lucide-react": "^0.510.0",
2828
"next": "15.3.3",
2929
"next-auth": "^4.24.11",

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "llama_stack"
7-
version = "0.2.17rc1"
7+
version = "0.2.17"
88
authors = [{ name = "Meta Llama", email = "[email protected]" }]
99
description = "Llama Stack"
1010
readme = "README.md"
@@ -28,7 +28,7 @@ dependencies = [
2828
"huggingface-hub>=0.34.0,<1.0",
2929
"jinja2>=3.1.6",
3030
"jsonschema",
31-
"llama-stack-client>=0.2.17rc1",
31+
"llama-stack-client>=0.2.17",
3232
"llama-api-client>=0.1.2",
3333
"openai>=1.66",
3434
"prompt-toolkit",
@@ -53,7 +53,7 @@ dependencies = [
5353
ui = [
5454
"streamlit",
5555
"pandas",
56-
"llama-stack-client>=0.2.17rc1",
56+
"llama-stack-client>=0.2.17",
5757
"streamlit-option-menu",
5858
]
5959

0 commit comments

Comments
 (0)