chore: bump version 0.12.1

This commit is contained in:
Caren Thomas
2025-10-09 15:29:23 -07:00
parent 54aa7b463d
commit 0481b490ac
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

4
uv.lock generated
View File

@@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.11, <3.14"
resolution-markers = [
"python_full_version >= '3.13'",
@@ -2310,7 +2310,7 @@ wheels = [
[[package]]
name = "letta"
version = "0.11.7"
version = "0.12.1"
source = { editable = "." }
dependencies = [
{ name = "aiomultiprocess" },