From 06fc7bb66eefe887b621b2a7d6438ff1b6061056 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Wed, 8 Oct 2025 18:52:15 -0700 Subject: [PATCH] chore: bump to 0.12.0 (#3025) --- 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 b52f7c04..6ad23361 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.11.7" + __version__ = "0.12.0" if os.environ.get("LETTA_VERSION"): __version__ = os.environ["LETTA_VERSION"] diff --git a/pyproject.toml b/pyproject.toml index 4a8ae660..c749f71c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "letta" -version = "0.11.7" +version = "0.12.0" description = "Create LLM agents with long-term memory and custom tools" authors = [ {name = "Letta Team", email = "contact@letta.com"},