1
0
Fork 0

release: v0.2.0 — OKF adapter (stream 1); version sync pyproject/__version__/badge/CHANGELOG

This commit is contained in:
Kjell Tore Guttormsen 2026-07-06 09:45:53 +02:00
commit 542ac92349
4 changed files with 5 additions and 5 deletions

View file

@ -58,7 +58,7 @@ from .grounding import (
)
from . import okf
__version__ = "0.1.0"
__version__ = "0.2.0"
# --- §6 bookends: the two library-side halves around the transform ---------