From 36bee283e48e9f3415a01ad3cccdb7b13cda27b8 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Mon, 4 Dec 2023 23:04:33 -0800 Subject: [PATCH] Bump version to 0.2.6 (#573) --- 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 fe404ae570..01ef12070d 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1 +1 @@ -__version__ = "0.2.5" +__version__ = "0.2.6" diff --git a/pyproject.toml b/pyproject.toml index bf5ac2fa6f..30a8755bfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.2.5" +version = "0.2.6" packages = [ {include = "memgpt"} ]