From ce12a1ac5bc4a0c6a899493df080c411c4e27079 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Tue, 20 Aug 2024 10:13:01 -0700 Subject: [PATCH] bump version --- 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 af27e201a5..d04f9e6c75 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.24" +__version__ = "0.3.25" from memgpt.client.admin import Admin from memgpt.client.client import create_client diff --git a/pyproject.toml b/pyproject.toml index 1372edf153..d38d0fe7b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.24" +version = "0.3.25" packages = [ {include = "memgpt"} ]