From cb484a6eb181e7cbf84187ee77e99ba3c083b18b Mon Sep 17 00:00:00 2001 From: Caren Thomas Date: Wed, 22 Jan 2025 19:09:12 -0800 Subject: [PATCH] chore: bump version 0.6.14 --- 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 c47fc840..0dff52b2 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.12" +__version__ = "0.6.14" # import clients diff --git a/pyproject.toml b/pyproject.toml index e8bc85fd..1d0e6ac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.12" +version = "0.6.14" packages = [ {include = "letta"}, ]