Skip to content

Commit 3b8d657

Browse files
Bump version to 0.1.1
1 parent 75abe48 commit 3b8d657

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.0"
7+
version = "0.1.1"
88
authors = [
99
{ name = "Meta Llama", email = "llama-oss@meta.com" },
1010
]
@@ -27,8 +27,8 @@ dependencies = [
2727
"fire",
2828
"httpx",
2929
"huggingface-hub",
30-
"llama-models>=0.1.0",
31-
"llama-stack-client>=0.1.0",
30+
"llama-models>=0.1.1",
31+
"llama-stack-client>=0.1.1",
3232
"prompt-toolkit",
3333
"python-dotenv",
3434
"pydantic>=2",

0 commit comments

Comments
 (0)