diff --git a/letta/__init__.py b/letta/__init__.py index d01f5f35..84bbd53a 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = "0.8.7" +__version__ = "0.8.8" if os.environ.get("LETTA_VERSION"): __version__ = os.environ["LETTA_VERSION"] diff --git a/pyproject.toml b/pyproject.toml index 3ece263e..45448b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.8.7" +version = "0.8.8" packages = [ {include = "letta"}, ]