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 04e7dda commit c42bf96Copy full SHA for c42bf96
pyproject.toml
@@ -4,7 +4,7 @@
4
##############################################################################
5
6
name = "MemoryOS"
7
-version = "0.2.0"
+version = "0.2.1"
8
description = "Intelligence Begins with Memory"
9
license = {text = "Apache-2.0"}
10
readme = "README.md"
src/memos/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.0"
+__version__ = "0.2.1"
2
3
from memos.configs.mem_cube import GeneralMemCubeConfig
from memos.configs.mem_os import MOSConfig
0 commit comments