From 14c1fe4e8903aacfbc022573f4488608e3b4ebd2 Mon Sep 17 00:00:00 2001 From: phernandez Date: Sat, 4 Oct 2025 15:02:28 -0500 Subject: [PATCH] chore: update version to 0.15.0 for v0.15.0 release --- src/basic_memory/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic_memory/__init__.py b/src/basic_memory/__init__.py index ec439f04..2179a626 100644 --- a/src/basic_memory/__init__.py +++ b/src/basic_memory/__init__.py @@ -1,7 +1,7 @@ """basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs""" # Package version - updated by release automation -__version__ = "0.14.4" +__version__ = "0.15.0" # API version for FastAPI - independent of package version __api_version__ = "v0"