feat: bump version 0.5.3 (#2066)

This commit is contained in:
Sarah Wooders
2024-11-19 14:23:56 -08:00
committed by GitHub
parent 2bb3baf060
commit 4f39c1f4b3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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