bump version 0.2.11 (#777)

This commit is contained in:
Charles Packer 2024-01-03 15:05:01 -08:00 committed by GitHub
parent db06794cb6
commit 009e7232a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
__version__ = "0.2.10"
__version__ = "0.2.11"
from memgpt.client.client import Client as MemGPT

View File

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