diff --git a/memgpt/__init__.py b/memgpt/__init__.py index f6e0c975..21120fbc 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" from memgpt.client.client import Client as MemGPT diff --git a/pyproject.toml b/pyproject.toml index e4d9e149..caf71533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.0" +version = "0.3.1" packages = [ {include = "memgpt"} ]