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 71fe37b commit 724c1ebCopy full SHA for 724c1eb
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "llama_stack_client"
3
-version = "0.4.0rc1"
+version = "0.4.0rc2"
4
description = "The official Python library for the llama-stack-client API"
5
dynamic = ["readme"]
6
license = "MIT"
src/llama_stack_client/_version.py
@@ -7,4 +7,4 @@
7
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
8
9
__title__ = "llama_stack_client"
10
-__version__ = "0.4.0rc1"
+__version__ = "0.4.0rc2"
0 commit comments