chore: bump version (#1421)

This commit is contained in:
Charles Packer 2024-05-26 16:03:53 -07:00 committed by GitHub
parent 8d7ac83c0f
commit ec894cddd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = "0.3.15"
__version__ = "0.3.16"
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.15"
version = "0.3.16"
packages = [
{include = "memgpt"}
]