From 09dfc170618297f36812917994a272cff3cc07c8 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Wed, 22 Nov 2023 08:58:24 -0800 Subject: [PATCH] update version (#497) --- 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 d31c31eaeb..788da1fb31 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.2.4" diff --git a/pyproject.toml b/pyproject.toml index 803a569db3..cea7750cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.2.3" +version = "0.2.4" packages = [ {include = "memgpt"} ]