From 4a30ff19c8656f8976d08db094ae624e941909d0 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 26 Oct 2023 17:00:15 -0700 Subject: [PATCH] Bump version to 0.1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08ab6363..fe04bfe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.1.5" +version = "0.1.6" packages = [ {include = "memgpt"} ]