chore: bump version to 0.6.54 (#1783)

This commit is contained in:
Sarah Wooders 2025-04-18 15:25:17 -07:00 committed by GitHub
parent 2da5529975
commit e625cc67da
2 changed files with 2 additions and 2 deletions

View File

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

View File

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