chore: bump version 0.6.39 (#1264)

This commit is contained in:
Sarah Wooders 2025-03-12 22:32:55 -07:00 committed by GitHub
parent c2896a9c56
commit a173b1a095
2 changed files with 2 additions and 2 deletions

View File

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

View File

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