Skip to content

Commit

Permalink
Bump version to 0.0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinb committed Dec 10, 2024
1 parent b4484f7 commit bf1183d
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.60"
version = "0.0.61"
description = "The official Python library for the llama-stack-client API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down Expand Up @@ -133,7 +133,7 @@ replacement = '[\1](https://github.com/stainless-sdks/llama-stack-python/tree/ma

[tool.black]
line-length = 120
target-version = "0.0.60"
target-version = "0.0.61"

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

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

0 comments on commit bf1183d

Please sign in to comment.