diff --git a/pyproject.toml b/pyproject.toml index 08b9949..4c3c2a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"] @@ -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