From a3e1cd4d2bf1f25a8934fe922ef0d29d3f7291c5 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Mon, 20 Jan 2025 11:13:55 -0800 Subject: [PATCH] bump version --- 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 dd79db95..4c3cf7c2 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.9" +__version__ = "0.6.10" # import clients diff --git a/pyproject.toml b/pyproject.toml index cc22753b..d1131adc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.9" +version = "0.6.10" packages = [ {include = "letta"}, ]