Skip to content

Commit 161010f

Browse files
authored
chore: bump version to v0.1.13 (#47)
feat: change new version
1 parent b8d8c38 commit 161010f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "MemoryOS"
5-
version = "0.1.12"
5+
version = "0.1.13"
66
description = "Intelligence Begins with Memory"
77
license = "Apache-2.0"
88
authors = ["MemTensor <[email protected]>"]

src/memos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.12"
1+
__version__ = "0.1.13"
22

33
from memos.configs.mem_cube import GeneralMemCubeConfig
44
from memos.configs.mem_os import MOSConfig

0 commit comments

Comments
 (0)