From 5775d416a1bd85c12d48b9f36d4d98aa5af8ae80 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Sun, 6 Jul 2025 20:21:27 -0700 Subject: [PATCH] chore: bump version 0.8.10 (#3176) --- 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 46e8a36e..f4ba592d 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -5,7 +5,7 @@ try: __version__ = version("letta") except PackageNotFoundError: # Fallback for development installations - __version__ = "0.8.9" + __version__ = "0.8.10" if os.environ.get("LETTA_VERSION"): __version__ = os.environ["LETTA_VERSION"] diff --git a/pyproject.toml b/pyproject.toml index e212d618..e9e72b52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.8.9" +version = "0.8.10" packages = [ {include = "letta"}, ]