chore: bump version 0.7.14 (#2134)

This commit is contained in:
Sarah Wooders
2025-05-12 18:20:07 -07:00
committed by GitHub
parent 65eb203712
commit 2b2b30e1b8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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