From 0481b490ace2392a8d1db27d73020c9cfa4e9051 Mon Sep 17 00:00:00 2001 From: Caren Thomas Date: Thu, 9 Oct 2025 15:29:23 -0700 Subject: [PATCH] chore: bump version 0.12.1 --- letta/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/letta/__init__.py b/letta/__init__.py index 6ad23361..a40c00c8 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.12.0" + __version__ = "0.12.1" if os.environ.get("LETTA_VERSION"): __version__ = os.environ["LETTA_VERSION"] diff --git a/pyproject.toml b/pyproject.toml index c749f71c..4d6d1162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "letta" -version = "0.12.0" +version = "0.12.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 e91147d5..f702a4a9 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.11, <3.14" resolution-markers = [ "python_full_version >= '3.13'", @@ -2310,7 +2310,7 @@ wheels = [ [[package]] name = "letta" -version = "0.11.7" +version = "0.12.1" source = { editable = "." } dependencies = [ { name = "aiomultiprocess" },