chore: bump version to 0.6.34 (#1154)

This commit is contained in:
Sarah Wooders
2025-02-27 11:44:42 -08:00
committed by GitHub
parent ebba7a168b
commit 8f1221e417
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.6.26"
__version__ = "0.6.34"
# import clients
from letta.client.client import LocalClient, RESTClient, create_client

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "letta"
version = "0.6.26"
version = "0.6.34"
packages = [
{include = "letta"},
]