chore: bump version to 0.8.8 (#3097)

This commit is contained in:
Sarah Wooders
2025-06-29 12:10:56 -07:00
committed by GitHub
parent 21fa872cef
commit 6edb6ec081
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import os
__version__ = "0.8.7"
__version__ = "0.8.8"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "letta"
version = "0.8.7"
version = "0.8.8"
packages = [
{include = "letta"},
]