Skip to content

Commit 5d52b71

Browse files
committed
chore: bump version
1 parent b08dc5c commit 5d52b71

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

letta/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__version__ = version("letta")
66
except PackageNotFoundError:
77
# Fallback for development installations
8-
__version__ = "0.14.0"
8+
__version__ = "0.15.0"
99

1010
if os.environ.get("LETTA_VERSION"):
1111
__version__ = os.environ["LETTA_VERSION"]
@@ -28,7 +28,7 @@
2828
from letta.schemas.enums import JobStatus
2929
from letta.schemas.file import FileMetadata
3030
from letta.schemas.job import Job
31-
from letta.schemas.letta_message import LettaErrorMessage, LettaMessage, LettaPing
31+
from letta.schemas.letta_message import LettaMessage, LettaPing
3232
from letta.schemas.letta_stop_reason import LettaStopReason
3333
from letta.schemas.llm_config import LLMConfig
3434
from letta.schemas.memory import ArchivalMemorySummary, BasicBlockMemory, ChatMemory, Memory, RecallMemorySummary

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "letta"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
description = "Create LLM agents with long-term memory and custom tools"
55
authors = [
66
{name = "Letta Team", email = "[email protected]"},

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)