From 65f50d6b24236de9022ac6d839be9b5cefdce5f9 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Mon, 20 Jan 2025 13:43:17 -0800 Subject: [PATCH] bump --- 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 abf5d645da..c47fc8409a 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.11" +__version__ = "0.6.12" # import clients diff --git a/pyproject.toml b/pyproject.toml index afefc58f36..e8bc85fda7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.11" +version = "0.6.12" packages = [ {include = "letta"}, ]