diff --git a/memgpt/__init__.py b/memgpt/__init__.py index f707f576..f70d69aa 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.3.2" +__version__ = "0.3.3" from memgpt.client.client import Client as MemGPT diff --git a/pyproject.toml b/pyproject.toml index 8b49d8d4..dd8084f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.2" +version = "0.3.3" packages = [ {include = "memgpt"} ]