Skip to content

Commit

Permalink
Bump version to 0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinb committed Nov 20, 2024
1 parent fca59ff commit 91f9c98
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
@@ -1,6 +1,6 @@
[project]
name = "llama_stack_client"
version = "0.0.53rc5"
version = "0.0.53"
description = "The official Python library for the llama-stack-client API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down Expand Up @@ -127,7 +127,7 @@ replacement = '[\1](https://github.com/stainless-sdks/llama-stack-python/tree/ma

[tool.black]
line-length = 120
target-version = ["py37"]
target-version = "0.0.53"

[tool.pytest.ini_options]
testpaths = ["tests"]
Expand Down Expand Up @@ -160,7 +160,7 @@ reportPrivateUsage = false
[tool.ruff]
line-length = 120
output-format = "grouped"
target-version = "py37"
target-version = "0.0.53"

[tool.ruff.format]
docstring-code-format = true
Expand Down

0 comments on commit 91f9c98

Please sign in to comment.