From 9eb7ae39a267ed307e50246c5b0e50d637c4d8fd Mon Sep 17 00:00:00 2001 From: Caren Thomas Date: Tue, 3 Mar 2026 18:34:51 -0800 Subject: [PATCH] chore: bump version --- letta/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/letta/__init__.py b/letta/__init__.py index 9de25d7b..98739df9 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -5,7 +5,7 @@ try: __version__ = version("letta") except PackageNotFoundError: # Fallback for development installations - __version__ = "0.16.5" + __version__ = "0.16.6" if os.environ.get("LETTA_VERSION"): __version__ = os.environ["LETTA_VERSION"] diff --git a/pyproject.toml b/pyproject.toml index 6a5a02d0..b8daed9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "letta" -version = "0.16.5" +version = "0.16.6" description = "Create LLM agents with long-term memory and custom tools" authors = [ {name = "Letta Team", email = "contact@letta.com"}, diff --git a/uv.lock b/uv.lock index 67610595..1169fdef 100644 --- a/uv.lock +++ b/uv.lock @@ -2510,7 +2510,7 @@ wheels = [ [[package]] name = "letta" -version = "0.16.5" +version = "0.16.6" source = { editable = "." } dependencies = [ { name = "aiofiles" },