From 0983a9cde9ab1987af38379af8be9fb04ae0beac Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Tue, 3 Dec 2024 19:37:40 -0800 Subject: [PATCH] chore: bump version to 0.6.0 (#2153) --- 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 fa5c1d4b..5f1383e9 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.4" +__version__ = "0.6.0" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index 7b20a738..1010155b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.5.4" +version = "0.6.0" packages = [ {include = "letta"} ]