chore: bump version 0.16.1

This commit is contained in:
Caren Thomas
2025-12-17 17:33:43 -08:00
parent 79c2319403
commit 5646be7df6
3 changed files with 3 additions and 3 deletions

View File

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