Skip to content

Commit 5708a71

Browse files
authored
chore: bump version to 0.5.1 for release (#4955)
# What does this PR do? - Update fallback_version to 0.5.1 in pyproject.toml and src/llama_stack_api/pyproject.toml - Update llama-stack-client pin to 0.5.1 in [project.optional-dependencies] and [dependency-groups] Signed-off-by: Charlie Doern <cdoern@redhat.com>
1 parent c6f016e commit 5708a71

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
6-
fallback_version = "0.5.0.dev0"
6+
fallback_version = "0.5.1"
77

88
[tool.uv]
99
required-version = ">=0.7.0"
@@ -65,7 +65,7 @@ dependencies = [
6565

6666
[project.optional-dependencies]
6767
client = [
68-
"llama-stack-client==0.5.0", # Optional for library-only usage
68+
"llama-stack-client==0.5.1", # Optional for library-only usage
6969
]
7070

7171
[dependency-groups]
@@ -114,7 +114,7 @@ type_checking = [
114114
"lm-format-enforcer",
115115
"mcp>=1.23.0",
116116
"ollama",
117-
"llama-stack-client==0.5.0",
117+
"llama-stack-client==0.5.1",
118118
]
119119
# These are the dependencies required for running unit tests.
120120
unit = [

src/llama_stack_api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ llama_stack_api = ["py.typed", "**/*.json", "**/*.yaml"]
9090

9191
[tool.setuptools_scm]
9292
root = "../.."
93-
fallback_version = "0.5.0.dev0"
93+
fallback_version = "0.5.1"
9494

9595
[tool.ruff]
9696
line-length = 120

0 commit comments

Comments
 (0)