bump version

This commit is contained in:
Caren Thomas 2025-05-16 01:37:21 -07:00
parent 472811a563
commit 88932f6269
2 changed files with 2 additions and 2 deletions

View File

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

View File

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