diff --git a/pyproject.toml b/pyproject.toml index f68dad804..314fce3d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ ############################################################################## name = "MemoryOS" -version = "2.0.32" +version = "2.0.33" 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 44ee7ff24..339107e75 100644 --- a/src/memos/__init__.py +++ b/src/memos/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.32" +__version__ = "2.0.33" from memos.configs.mem_cube import GeneralMemCubeConfig from memos.configs.mem_os import MOSConfig