From c98272c0671ed6f438e83ee3ebd4fc17ff381e62 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Sun, 10 Dec 2023 21:50:21 -0800 Subject: [PATCH] Bump version 0.2.7 --- memgpt/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/memgpt/__init__.py b/memgpt/__init__.py index 01ef12070d..6cd38b7465 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1 +1 @@ -__version__ = "0.2.6" +__version__ = "0.2.7" diff --git a/pyproject.toml b/pyproject.toml index 918d80bec8..8595b4f5e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.2.6" +version = "0.2.7" packages = [ {include = "memgpt"} ]