diff --git a/letta/__init__.py b/letta/__init__.py index e1c8a0c6..8fb05917 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.34" +__version__ = "0.6.37" # import clients from letta.client.client import LocalClient, RESTClient, create_client diff --git a/pyproject.toml b/pyproject.toml index e9a3fac2..3393b21e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.34" +version = "0.6.37" packages = [ {include = "letta"}, ]