chore: bump version (#1390)

This commit is contained in:
Charles Packer 2024-05-16 15:55:05 -07:00 committed by GitHub
parent 14f0022f3d
commit c6325feef6
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.14"
__version__ = "0.3.15"
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.14"
version = "0.3.15"
packages = [
{include = "memgpt"}
]