From 4ee134cd0333b9d525481e2d1b68eeb9ea697ac7 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Sat, 12 Apr 2025 17:03:01 -0700 Subject: [PATCH] chore: bump version 0.6.53 (#1696) --- 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 69ca38f1..67354590 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.52" +__version__ = "0.6.53" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index a8ac2d66..ce7d95a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.52" +version = "0.6.53" packages = [ {include = "letta"}, ]