chore: bump version to 0.16.3

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Sarah Wooders
2026-01-19 15:57:32 -08:00
parent 7a104a74fe
commit 21396099d5
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.16.2"
__version__ = "0.16.3"
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]