chore: bump version 0.16.1

This commit is contained in:
Caren Thomas
2025-12-17 17:33:43 -08:00
parent 79c2319403
commit 5646be7df6
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.16.0"
__version__ = "0.16.1"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]

View File

@@ -1,6 +1,6 @@
[project]
name = "letta"
version = "0.16.0"
version = "0.16.1"
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

@@ -2318,7 +2318,7 @@ wheels = [
[[package]]
name = "letta"
version = "0.16.0"
version = "0.16.1"
source = { editable = "." }
dependencies = [
{ name = "aiomultiprocess" },