Event Lineage
diff --git a/lineageweave/__init__.py b/lineageweave/__init__.py
index 1710c009..736bc3f5 100644
--- a/lineageweave/__init__.py
+++ b/lineageweave/__init__.py
@@ -35,4 +35,4 @@
"sentence_excerpts",
]
-__version__ = "0.75.0"
+__version__ = "0.88.0"
diff --git a/pyproject.toml b/pyproject.toml
index 764ebad7..af141fcd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lineageweave"
-version = "0.75.0"
+version = "0.88.0"
description = "Reconstructs git-branch-style lineage DAGs from scattered short records using multi-channel score fusion and LLM adjudication."
readme = "README.md"
license = { text = "MIT" }
diff --git a/uv.lock b/uv.lock
index 08eab776..3f145669 100644
--- a/uv.lock
+++ b/uv.lock
@@ -355,7 +355,7 @@ wheels = [
[[package]]
name = "lineageweave"
-version = "0.75.0"
+version = "0.88.0"
source = { virtual = "." }
dependencies = [
{ name = "certifi" },