Skip to content

Commit 9b2fe6b

Browse files
Bump version to 0.1.3
1 parent 3d88b81 commit 9b2fe6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.1.2"
7+
version = "0.1.3"
88
authors = [{ name = "Meta Llama", email = "llama-oss@meta.com" }]
99
description = "Llama Stack"
1010
readme = "README.md"
@@ -26,8 +26,8 @@ dependencies = [
2626
"httpx",
2727
"huggingface-hub",
2828
"jsonschema",
29-
"llama-models>=0.1.2",
30-
"llama-stack-client>=0.1.2",
29+
"llama-models>=0.1.3",
30+
"llama-stack-client>=0.1.3",
3131
"prompt-toolkit",
3232
"python-dotenv",
3333
"pydantic>=2",

0 commit comments

Comments
 (0)