From b29b543d4548d23a31bb6f9f2300c9f80b7d0ef2 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 15 Aug 2024 14:08:59 -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 4dcccfad9b..625b10738f 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.22" +__version__ = "0.3.23" from memgpt.client.admin import Admin from memgpt.client.client import create_client diff --git a/pyproject.toml b/pyproject.toml index 1046446d56..8ae325e448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.22" +version = "0.3.23" packages = [ {include = "memgpt"} ]