From a1140032929ebbc33772d8fb67ea86d259d540e4 Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Thu, 8 Feb 2024 20:48:44 -0800 Subject: [PATCH] chore: bump version to 0.3.1 (#979) --- 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 f6e0c975..21120fbc 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" from memgpt.client.client import Client as MemGPT diff --git a/pyproject.toml b/pyproject.toml index e4d9e149..caf71533 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.0" +version = "0.3.1" packages = [ {include = "memgpt"} ]