chore(release): v0.2.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-07-17 03:46:52 +02:00
commit 9e87f656fc
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ from .manifest import (
)
from .materialize import IngestResult, materialize_bundle
__version__ = "0.1.0"
__version__ = "0.2.0"
__all__ = [
"Extraction",