We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be4495 commit 9d98892Copy full SHA for 9d98892
2 files changed
server.json
@@ -6,12 +6,12 @@
6
"url": "https://github.com/basicmachines-co/basic-memory.git",
7
"source": "github"
8
},
9
- "version": "0.17.8",
+ "version": "0.17.9",
10
"packages": [
11
{
12
"registryType": "pypi",
13
"identifier": "basic-memory",
14
15
"runtimeHint": "uvx",
16
"runtimeArguments": [
17
{"type": "positional", "value": "basic-memory"},
src/basic_memory/__init__.py
@@ -1,7 +1,7 @@
1
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
2
3
# Package version - updated by release automation
4
-__version__ = "0.17.8"
+__version__ = "0.17.9"
5
# API version for FastAPI - independent of package version
__api_version__ = "v0"
0 commit comments