From 2a3549fe11b023207719a5731675e91810b4ce6a Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Fri, 21 Feb 2025 10:14:01 -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 327fa7cf0c..9952d2b9bf 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.29" +__version__ = "0.6.30" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index f60295387d..24fd94f392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.29" +version = "0.6.30" packages = [ {include = "letta"}, ]