chore: bump version 0.3.3 (#1015)

This commit is contained in:
Sarah Wooders
2024-02-18 13:22:27 -08:00
committed by GitHub
parent 01ab77f23f
commit 46a90d6364
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
__version__ = "0.3.2"
__version__ = "0.3.3"
from memgpt.client.client import Client as MemGPT

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymemgpt"
version = "0.3.2"
version = "0.3.3"
packages = [
{include = "memgpt"}
]