From 8f1221e417f93d2b2fb7dd4cb67e2c65314de555 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 27 Feb 2025 11:44:42 -0800 Subject: [PATCH] chore: bump version to 0.6.34 (#1154) --- 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 c566a339..e1c8a0c6 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.26" +__version__ = "0.6.34" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index 8673cfa0..7041426b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.26" +version = "0.6.34" packages = [ {include = "letta"}, ]