chore: bump version 0.7.28

This commit is contained in:
Caren Thomas 2025-05-28 14:54:45 -07:00
parent 9575f919ef
commit 652dca3c63
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = "0.7.27"
__version__ = "0.7.28"
# import clients
from letta.client.client import RESTClient

View File

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