diff --git a/pyproject.toml b/pyproject.toml index 6ab5393b9..b33ae2c38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ ############################################################################## name = "MemoryOS" -version = "2.0.17" +version = "2.0.19" 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 d9041f53b..37ab74c45 100644 --- a/src/memos/__init__.py +++ b/src/memos/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.17" +__version__ = "2.0.19" from memos.configs.mem_cube import GeneralMemCubeConfig from memos.configs.mem_os import MOSConfig