Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2025
1 parent c335ed8 commit ddd0610
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.1"
version = "0.1.2"
authors = [{ name = "Meta Llama", email = "[email protected]" }]
description = "Llama Stack"
readme = "README.md"
Expand All @@ -25,8 +25,8 @@ dependencies = [
"fire",
"httpx",
"huggingface-hub",
"llama-models>=0.1.1",
"llama-stack-client>=0.1.1",
"llama-models>=0.1.2",
"llama-stack-client>=0.1.2",
"prompt-toolkit",
"python-dotenv",
"pydantic>=2",
Expand Down

0 comments on commit ddd0610

Please sign in to comment.