chore: bump version

This commit is contained in:
Caren Thomas
2026-03-03 18:34:51 -08:00
parent aeeec41859
commit 9eb7ae39a2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

2
uv.lock generated
View File

@@ -2510,7 +2510,7 @@ wheels = [
[[package]] [[package]]
name = "letta" name = "letta"
version = "0.16.5" version = "0.16.6"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiofiles" }, { name = "aiofiles" },