Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 14, 2025
1 parent 59a02f0 commit ad6ffc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1.2"
version = "0.1.3"
description = "The official Python library for the llama-stack-client API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down Expand Up @@ -134,7 +134,7 @@ replacement = '[\1](https://github.com/meta-llama/llama-stack-client-python/tree

[tool.black]
line-length = 120
target-version = "0.1.2"
target-version = "0.1.3"

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

[tool.ruff.format]
docstring-code-format = true
Expand Down
2 changes: 1 addition & 1 deletion src/llama_stack_client/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "llama_stack_client"
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit ad6ffc6

Please sign in to comment.