diff --git a/memgpt/__init__.py b/memgpt/__init__.py index 73ffdfc859..a790a40d76 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.15" +__version__ = "0.3.16" from memgpt.client.admin import Admin from memgpt.client.client import create_client diff --git a/pyproject.toml b/pyproject.toml index 0e552ee4fa..308aa8f190 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.15" +version = "0.3.16" packages = [ {include = "memgpt"} ]