Skip to content

Commit 7e6f5fc

Browse files
build: Bump version to 0.2.4
1 parent fba5102 commit 7e6f5fc

File tree

3 files changed

+664
-664
lines changed

3 files changed

+664
-664
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llama_stack_client"
3-
version = "0.2.2"
3+
version = "0.2.4"
44
description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

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.2.2"
4+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)