We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba5102 commit 7e6f5fcCopy full SHA for 7e6f5fc
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "llama_stack_client"
3
-version = "0.2.2"
+version = "0.2.4"
4
description = "The official Python library for the llama-stack-client API"
5
dynamic = ["readme"]
6
license = "Apache-2.0"
src/llama_stack_client/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
__title__ = "llama_stack_client"
-__version__ = "0.2.2"
+__version__ = "0.2.4"
0 commit comments