Skip to content

Commit ddd0610

Browse files
Bump version to 0.1.2
1 parent c335ed8 commit ddd0610

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

0 commit comments

Comments
 (0)