chore: bump version 0.6.49 (#1591)

This commit is contained in:
Sarah Wooders
2025-04-07 10:05:03 -07:00
committed by GitHub
parent 6f3d9a5dd4
commit f9b07443eb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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