bump version 0.2.10 (#699)

This commit is contained in:
Charles Packer
2023-12-25 11:45:53 -08:00
committed by GitHub
parent 43ed0ff714
commit 6ab500b3b6
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.2.9"
__version__ = "0.2.10"

View File

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