chore: bump version to 0.3.6 (#1114)

This commit is contained in:
Charles Packer
2024-03-11 16:33:38 -07:00
committed by GitHub
parent 1f192be107
commit 71cd84e31f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.3.5"
__version__ = "0.3.6"
from memgpt.client.client import create_client
from memgpt.client.admin import Admin

View File

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