Bump version 0.2.7 (#607)

This commit is contained in:
Sarah Wooders
2023-12-10 22:36:19 -08:00
committed by GitHub
parent aecc4c1deb
commit 033d9d61f4
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.2.6"
__version__ = "0.2.7"

View File

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