From 453a00d8fbff0f2d61125a999f4700f4c8bdd4f1 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Mon, 21 Apr 2025 00:12:29 -0700 Subject: [PATCH] chore: bump version to 0.7.0 (#1814) --- 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 45d3e028..6b01c1e0 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.54" +__version__ = "0.7.0" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index 866ba8d2..e83808c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.54" +version = "0.7.0" packages = [ {include = "letta"}, ]