chore: bump version 0.4.1 (#1809)

This commit is contained in:
Sarah Wooders
2024-10-03 18:08:46 -07:00
committed by GitHub
parent 17192d5aa7
commit e0442bd658
2 changed files with 2 additions and 2 deletions

View File

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

View File

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