Bump version to 0.1.18 (#351)

This commit is contained in:
Vivian Fang
2023-11-06 22:07:18 -08:00
committed by GitHub
parent 5b8812c822
commit a66d05ba9d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.1.18-alpha.1"
__version__ = "0.1.18"

View File

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