From 46a90d63646162ced669cd71863e50360dbf7a6d Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Sun, 18 Feb 2024 13:22:27 -0800 Subject: [PATCH] chore: bump version 0.3.3 (#1015) --- 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 f707f576..f70d69aa 100644 --- a/memgpt/__init__.py +++ b/memgpt/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.3.2" +__version__ = "0.3.3" from memgpt.client.client import Client as MemGPT diff --git a/pyproject.toml b/pyproject.toml index 8b49d8d4..dd8084f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymemgpt" -version = "0.3.2" +version = "0.3.3" packages = [ {include = "memgpt"} ]