diff --git a/letta/__init__.py b/letta/__init__.py index 1b3c8af6..28e9dae5 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.8" +__version__ = "0.7.10" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index c8bd42d0..87e6b979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.7.8" +version = "0.7.10" packages = [ {include = "letta"}, ]