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 5d9ae4e commit 331887cCopy full SHA for 331887c
pyproject.toml
@@ -4,7 +4,7 @@
4
##############################################################################
5
6
name = "MemoryOS"
7
-version = "1.1.2"
+version = "1.1.3"
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__ = "1.1.2"
+__version__ = "1.1.3"
2
3
from memos.configs.mem_cube import GeneralMemCubeConfig
from memos.configs.mem_os import MOSConfig
0 commit comments