Skip to content

Commit d2e7537

Browse files
build: Bump version to 0.2.11
1 parent b7a1559 commit d2e7537

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.10"
3+
version = "0.2.11"
44
description = "The official Python library for the llama-stack-client API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv export --frozen --no-hashes --no-emit-project --output-file=requirements.txt
2+
# uv export --frozen --no-hashes --no-emit-project --no-default-groups --output-file=requirements.txt
33
annotated-types==0.5.0 ; python_full_version < '3.8'
44
# via pydantic
55
annotated-types==0.7.0 ; python_full_version >= '3.8'

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.10"
4+
__version__ = "0.2.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)