From 13273b4ae073599c11e3bd580fda418c810c0c45 Mon Sep 17 00:00:00 2001 From: Caren Thomas Date: Fri, 24 Oct 2025 15:16:25 -0700 Subject: [PATCH] bump version --- 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 127733d2..1e6dca98 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.1" + __version__ = "0.13.0" if os.environ.get("LETTA_VERSION"): __version__ = os.environ["LETTA_VERSION"] diff --git a/pyproject.toml b/pyproject.toml index 3be18aac..35ad0e05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "letta" -version = "0.12.1" +version = "0.13.0" description = "Create LLM agents with long-term memory and custom tools" authors = [ {name = "Letta Team", email = "contact@letta.com"},