diff --git a/letta/__init__.py b/letta/__init__.py index c47fc840..33e2b673 100644 --- a/letta/__init__.py +++ b/letta/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.12" +__version__ = "0.6.13" # import clients diff --git a/pyproject.toml b/pyproject.toml index e8bc85fd..fe520cd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "letta" -version = "0.6.12" +version = "0.6.13" packages = [ {include = "letta"}, ]