Skip to content

Commit 148e07c

Browse files
committed
chore: update version to 0.20.1 for v0.20.1 release
1 parent 21334cc commit 148e07c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/basicmachines-co/basic-memory.git",
77
"source": "github"
88
},
9-
"version": "0.20.0",
9+
"version": "0.20.1",
1010
"packages": [
1111
{
1212
"registryType": "pypi",
1313
"identifier": "basic-memory",
14-
"version": "0.20.0",
14+
"version": "0.20.1",
1515
"runtimeHint": "uvx",
1616
"runtimeArguments": [
1717
{"type": "positional", "value": "basic-memory"},

src/basic_memory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
22

33
# Package version - updated by release automation
4-
__version__ = "0.20.0"
4+
__version__ = "0.20.1"
55

66
# API version for FastAPI - independent of package version
77
__api_version__ = "v0"

0 commit comments

Comments
 (0)