From 4f39c1f4b36b251c788ceacdca1dc8cb8ebf45ad Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Tue, 19 Nov 2024 14:23:56 -0800 Subject: [PATCH] feat: bump version 0.5.3 (#2066) --- 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 d1ee3d7f..704fd07f 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.2" +__version__ = "0.5.3" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index 1ba0c00f..8f9be5e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.5.2" +version = "0.5.3" packages = [ {include = "letta"} ]