Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2025
1 parent 75abe48 commit 3b8d657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llama_stack"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name = "Meta Llama", email = "[email protected]" },
]
Expand All @@ -27,8 +27,8 @@ dependencies = [
"fire",
"httpx",
"huggingface-hub",
"llama-models>=0.1.0",
"llama-stack-client>=0.1.0",
"llama-models>=0.1.1",
"llama-stack-client>=0.1.1",
"prompt-toolkit",
"python-dotenv",
"pydantic>=2",
Expand Down

0 comments on commit 3b8d657

Please sign in to comment.