From 1c489245ef6e9809197f56c863e9b421e903db2d Mon Sep 17 00:00:00 2001 From: Matthew Zhou Date: Fri, 14 Feb 2025 14:21:11 -0800 Subject: [PATCH] chore: Feb 14th Sync (#1007) --- letta/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/letta/__init__.py b/letta/__init__.py index 98bc9f067c..c566a339f0 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.23" +__version__ = "0.6.26" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index 7bba7df6c6..70d1bcc2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.23" +version = "0.6.26" packages = [ {include = "letta"}, ]