diff --git a/pyproject.toml b/pyproject.toml index 8f885e34a..a03b9174b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ ############################################################################## name = "MemoryOS" -version = "1.1.1" +version = "1.1.2" description = "Intelligence Begins with Memory" license = {text = "Apache-2.0"} readme = "README.md" diff --git a/src/memos/__init__.py b/src/memos/__init__.py index 34987f2c0..e859c5bdc 100644 --- a/src/memos/__init__.py +++ b/src/memos/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.1" +__version__ = "1.1.2" from memos.configs.mem_cube import GeneralMemCubeConfig from memos.configs.mem_os import MOSConfig