chore: update version to 0.19.2 for v0.19.2 release

This commit is contained in:
phernandez
2026-03-09 23:42:10 -05:00
parent 11b0e31e24
commit 6e4bb72f10
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,12 +6,12 @@
"url": "https://github.com/basicmachines-co/basic-memory.git",
"source": "github"
},
"version": "0.19.1",
"version": "0.19.2",
"packages": [
{
"registryType": "pypi",
"identifier": "basic-memory",
"version": "0.19.1",
"version": "0.19.2",
"runtimeHint": "uvx",
"runtimeArguments": [
{"type": "positional", "value": "basic-memory"},
+1 -1
View File
@@ -1,7 +1,7 @@
"""basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs"""
# Package version - updated by release automation
__version__ = "0.19.1"
__version__ = "0.19.2"
# API version for FastAPI - independent of package version
__api_version__ = "v0"