chore: bump 0.6.52 (#1693)

This commit is contained in:
Sarah Wooders
2025-04-11 21:37:42 -07:00
committed by GitHub
parent 79ffadaee1
commit 9841936de2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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