From 39911207056a3f79c6f399b4d712a46ed2be85e7 Mon Sep 17 00:00:00 2001 From: Sukanth Gunda Date: Wed, 22 Apr 2026 22:23:57 -0400 Subject: [PATCH] Bump version from 0.1.4 to 0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1038373..0aeecce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mindmark" -version = "0.1.4" +version = "0.1.5" description = "Local semantic search over your browser bookmarks — on-device embeddings, no cloud." readme = "README.md" requires-python = ">=3.9"