bump version

This commit is contained in:
Sarah Wooders
2025-01-20 11:13:55 -08:00
parent f4848c0a5b
commit a3e1cd4d2b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.6.9"
__version__ = "0.6.10"
# import clients

View File

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