From fc91b9438157fccbde79ed51f0b48651ff737250 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Thu, 29 Feb 2024 20:52:08 -0800 Subject: [PATCH] chore: bump version to 0.3.4 (#1075) --- 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 b12439269d..a868f21ac1 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.3" +__version__ = "0.3.4" from memgpt.client.client import create_client from memgpt.client.admin import Admin diff --git a/pyproject.toml b/pyproject.toml index 1dff0264f6..5c5cd3d04f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.3" +version = "0.3.4" packages = [ {include = "memgpt"} ]