chore: bump to 0.12.0 (#3025)

This commit is contained in:
Sarah Wooders
2025-10-08 18:52:15 -07:00
committed by GitHub
parent 44056ee24e
commit 06fc7bb66e
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.11.7"
__version__ = "0.12.0"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]