diff --git a/memgpt/__init__.py b/memgpt/__init__.py index a790a40d..6246330e 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.16" +__version__ = "0.3.17" from memgpt.client.admin import Admin from memgpt.client.client import create_client diff --git a/pyproject.toml b/pyproject.toml index 30035916..eacd8663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.16" +version = "0.3.17" packages = [ {include = "memgpt"} ]