Skip to content

Commit dbebadf

Browse files
authored
chore: bump version 0.12.1 (#3029)
2 parents 54aa7b4 + 0481b49 commit dbebadf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

letta/__init__.py

Lines changed: 1 addition & 1 deletion
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.12.0"
8+
__version__ = "0.12.1"
99

1010
if os.environ.get("LETTA_VERSION"):
1111
__version__ = os.environ["LETTA_VERSION"]

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.12.0"
3+
version = "0.12.1"
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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)