chore: bump version to 0.5.0 (#1888)

This commit is contained in:
Sarah Wooders
2024-10-14 18:36:04 -07:00
committed by GitHub
parent 969fec81a9
commit 2cf5d0bf14
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.4.1"
__version__ = "0.5.0"
# import clients
from letta.client.admin import Admin

View File

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