From 9e7d0fdc97b72f81fb3ec97cb1cc01fc2cdbec29 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Tue, 4 Feb 2025 21:11:11 -0800 Subject: [PATCH] bump version --- 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 d39a991658..6239576935 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.20" +__version__ = "0.6.21" # import clients diff --git a/pyproject.toml b/pyproject.toml index bc8fcbd3f2..71657c7437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.20" +version = "0.6.21" packages = [ {include = "letta"}, ]