chore(release): v0.3.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-07-17 04:01:07 +02:00
commit 83928e73c9
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.2.0"
__version__ = "0.3.0"
__all__ = [
"Extraction",