[version] bump version to 0.2.0 (#410)

This commit is contained in:
Sarah Wooders
2023-11-10 08:54:50 -08:00
committed by GitHub
parent dab47001a9
commit d6115d65d4
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.1.18"
__version__ = "0.2.0"

View File

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