chore: bump version 0.12.1

This commit is contained in:
Caren Thomas
2025-10-09 15:29:23 -07:00
parent 54aa7b463d
commit 0481b490ac
3 changed files with 4 additions and 4 deletions

View File

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