From 115182727ef2b2967ea0cd81e41756a26fa2f3dd Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Tue, 24 Oct 2023 13:56:28 -0700 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ff6dff7..7798a550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.1.0" +version = "0.1.1" packages = [ {include = "memgpt"} ]