From 2b2b30e1b8eb6a6647d7607fcb3afe5d8739385c Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Mon, 12 May 2025 18:20:07 -0700 Subject: [PATCH] chore: bump version 0.7.14 (#2134) --- 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 82aec97a..4ae12788 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.13" +__version__ = "0.7.14" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index e77dc3cb..d8fe8b3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.7.13" +version = "0.7.14" packages = [ {include = "letta"}, ]