chore: bump to 0.7.4 (#1881)

This commit is contained in:
Sarah Wooders
2025-04-24 11:18:29 -07:00
committed by GitHub
parent 066e39d118
commit eae2eac219
2 changed files with 2 additions and 2 deletions

View File

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

View File

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