chore: bump version to 0.10.0 (#3684)

This commit is contained in:
Sarah Wooders
2025-07-31 17:07:41 -07:00
committed by GitHub
parent f3f7660fb1
commit a805427f8d
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.9.0"
__version__ = "0.10.0"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]