chore: update version to 0.18.2 for v0.18.2 release

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2026-02-11 22:33:56 -06:00
parent 59e8a937ee
commit 88a5b07b89
2 changed files with 3 additions and 3 deletions
+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.18.1"
__version__ = "0.18.2"
# API version for FastAPI - independent of package version
__api_version__ = "v0"