From e0442bd6585f4f17fdb9dca207d2ce17ec9e6e92 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 3 Oct 2024 18:08:46 -0700 Subject: [PATCH] chore: bump version 0.4.1 (#1809) --- letta/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/letta/__init__.py b/letta/__init__.py index 93cdfd4b..bc200417 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.7" +__version__ = "0.4.1" # import clients from letta.client.admin import Admin diff --git a/pyproject.toml b/pyproject.toml index d3501385..3406e9a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.1.7" +version = "0.4.1" packages = [ {include = "letta"} ]