chore: bump version to 0.11.6 (#4235)

bump version
This commit is contained in:
Sarah Wooders
2025-08-26 21:16:14 -07:00
committed by GitHub
parent 3b7506557a
commit cba85c0251
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ try:
__version__ = version("letta")
except PackageNotFoundError:
# Fallback for development installations
__version__ = "0.10.0"
__version__ = "0.11.6"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]

View File

@@ -1,6 +1,6 @@
[project]
name = "letta"
version = "0.10.0"
version = "0.11.6"
description = "Create LLM agents with long-term memory and custom tools"
authors = [
{name = "Letta Team", email = "contact@letta.com"},