bump version

This commit is contained in:
Caren Thomas 2025-05-13 15:14:37 -07:00
parent ee4ce3481f
commit 30b257961c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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