chore: bump version 0.8.10 (#3176)

This commit is contained in:
Sarah Wooders
2025-07-06 20:21:27 -07:00
committed by GitHub
parent d81382b9fe
commit 5775d416a1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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