bump version

This commit is contained in:
Caren Thomas
2025-10-24 15:16:25 -07:00
parent 0f60f67742
commit 13273b4ae0
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.12.1"
__version__ = "0.13.0"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]