We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7887ea commit 07c6fb6Copy full SHA for 07c6fb6
pyproject.toml
@@ -4,7 +4,7 @@
4
##############################################################################
5
6
name = "MemoryOS"
7
-version = "2.0.12"
+version = "2.0.13"
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__ = "2.0.12"
+__version__ = "2.0.13"
2
3
from memos.configs.mem_cube import GeneralMemCubeConfig
from memos.configs.mem_os import MOSConfig
0 commit comments