chore: bump version 0.6.1 (#2170)

This commit is contained in:
Sarah Wooders
2024-12-05 11:53:20 -08:00
committed by GitHub
parent e51c21070e
commit e00475e4dc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.6.0"
__version__ = "0.6.1"
# import clients
from letta.client.client import LocalClient, RESTClient, create_client

View File

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