chore: bump version 0.3.17 (#1435)

This commit is contained in:
Sarah Wooders
2024-06-04 22:20:19 -07:00
committed by GitHub
parent 5e8e83eae5
commit 16ec0abb4a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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