diff --git a/memgpt/__init__.py b/memgpt/__init__.py index e61e8e7a..a9f4463e 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.12" +__version__ = "0.3.13" from memgpt.client.admin import Admin from memgpt.client.client import create_client diff --git a/pyproject.toml b/pyproject.toml index 8555023b..0ebf2bde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.12" +version = "0.3.13" packages = [ {include = "memgpt"} ]