chore: bump version to 0.3.1 (#979)

This commit is contained in:
Sarah Wooders
2024-02-08 20:48:44 -08:00
committed by GitHub
parent da7ecbf103
commit a114003292
2 changed files with 2 additions and 2 deletions

View File

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

View File

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