We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894cfcb commit 6778cf8Copy full SHA for 6778cf8
memgpt/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.3.3"
+__version__ = "0.3.4"
2
3
from memgpt.client.client import create_client
4
from memgpt.client.admin import Admin
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymemgpt"
-version = "0.3.3"
+version = "0.3.4"
packages = [
5
{include = "memgpt"}
6
]
0 commit comments