From 6e95c1490ec19cdc403e19f0f5866caf82d3eedd Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Fri, 14 Mar 2025 11:39:03 -0700 Subject: [PATCH] chore: bump version to 0.6.40 (#1289) --- letta/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letta/__init__.py b/letta/__init__.py index 05d3a097..6cb151ab 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.39" +__version__ = "0.6.40" # import clients from letta.client.client import LocalClient, RESTClient, create_client