chore: bump version 0.6.19 (#2400)

This commit is contained in:
Sarah Wooders 2025-01-29 16:21:06 -08:00 committed by GitHub
commit f8cda2fb52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = "0.6.18"
__version__ = "0.6.19"
# import clients

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "letta"
version = "0.6.18"
version = "0.6.19"
packages = [
{include = "letta"},
]