bump version

This commit is contained in:
Caren Thomas 2025-05-15 13:50:39 -07:00
parent 4eafd3c9d1
commit 2cc873992f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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