diff --git a/memgpt/__init__.py b/memgpt/__init__.py index 8b16a9fd3f..a2c3bebd9f 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.5" +__version__ = "0.3.6" from memgpt.client.client import create_client from memgpt.client.admin import Admin diff --git a/pyproject.toml b/pyproject.toml index 1355eb4acf..e363f9dfc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.5" +version = "0.3.6" packages = [ {include = "memgpt"} ]