From f3836986545a137165212813d5e314e819ffbb03 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Fri, 29 Aug 2025 12:59:02 -0700 Subject: [PATCH] chore: bump version 0.11.7 (#4306) * bump version * run just api --- 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 c13c13db..bb6eb8a4 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.6" + __version__ = "0.11.7" if os.environ.get("LETTA_VERSION"): __version__ = os.environ["LETTA_VERSION"] diff --git a/pyproject.toml b/pyproject.toml index 062c53f2..72e10c76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "letta" -version = "0.11.6" +version = "0.11.7" 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 a405d816..ea877ad7 100644 --- a/uv.lock +++ b/uv.lock @@ -2319,7 +2319,7 @@ wheels = [ [[package]] name = "letta" -version = "0.11.6" +version = "0.11.7" source = { editable = "." } dependencies = [ { name = "aiomultiprocess" },