chore: bump version 0.11.7 (#4306)

* bump version

* run just api
This commit is contained in:
Sarah Wooders
2025-08-29 12:59:02 -07:00
committed by GitHub
parent b1f2e8b2bc
commit 5b5b659cef
3 changed files with 3 additions and 3 deletions

View File

@@ -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"]

View File

@@ -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"},

2
uv.lock generated
View File

@@ -2319,7 +2319,7 @@ wheels = [
[[package]]
name = "letta"
version = "0.11.6"
version = "0.11.7"
source = { editable = "." }
dependencies = [
{ name = "aiomultiprocess" },