chore: bump version 0.6.14

This commit is contained in:
Caren Thomas
2025-01-22 19:09:12 -08:00
parent 0fbf127e05
commit cb484a6eb1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.6.12"
__version__ = "0.6.14"
# import clients

View File

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