From dbbf73c15e480bbff79e5a04e6e4bbc0eb65a7e6 Mon Sep 17 00:00:00 2001 From: cthomas Date: Thu, 23 Jan 2025 21:40:56 -0800 Subject: [PATCH] chore: bump version 0.6.15 (#2385) --- 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 b38ac9f58f..4e45b5817e 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,5 +1,5 @@ -__version__ = "0.6.14" +__version__ = "0.6.15" # import clients diff --git a/pyproject.toml b/pyproject.toml index a5ebc609b4..d4928e31eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.14" +version = "0.6.15" packages = [ {include = "letta"}, ]