Skip to content

Commit 6b14eee

Browse files
Bump version to 0.1.2
1 parent 4993388 commit 6b14eee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama_stack_client"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
@@ -134,7 +134,7 @@ replacement = '[\1](https://github.com/meta-llama/llama-stack-client-python/tree
134134

135135
[tool.black]
136136
line-length = 120
137-
target-version = "0.1.1"
137+
target-version = "0.1.2"
138138

139139
[tool.pytest.ini_options]
140140
testpaths = ["tests"]
@@ -167,7 +167,7 @@ reportPrivateUsage = false
167167
[tool.ruff]
168168
line-length = 120
169169
output-format = "grouped"
170-
target-version = "0.1.1"
170+
target-version = "0.1.2"
171171

172172
[tool.ruff.format]
173173
docstring-code-format = true

src/llama_stack_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "llama_stack_client"
4-
__version__ = "0.1.1"
4+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)