From 5646be7df6d090bdc76e14ad7cfbda8d49fceab1 Mon Sep 17 00:00:00 2001 From: Caren Thomas Date: Wed, 17 Dec 2025 17:33:43 -0800 Subject: [PATCH] chore: bump version 0.16.1 --- 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 71fe087c..e61b8cb7 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.0" + __version__ = "0.16.1" if os.environ.get("LETTA_VERSION"): __version__ = os.environ["LETTA_VERSION"] diff --git a/pyproject.toml b/pyproject.toml index 93d2b430..17f934e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "letta" -version = "0.16.0" +version = "0.16.1" 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 3ff39fff..e46072cc 100644 --- a/uv.lock +++ b/uv.lock @@ -2318,7 +2318,7 @@ wheels = [ [[package]] name = "letta" -version = "0.16.0" +version = "0.16.1" source = { editable = "." } dependencies = [ { name = "aiomultiprocess" },