chore: bump version (#1318)

This commit is contained in:
Charles Packer
2024-05-01 13:51:42 -07:00
committed by GitHub
parent 45d921fc84
commit 65cb39d473
2 changed files with 2 additions and 2 deletions

View File

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