chore: release 1.0.3 with the est_tokens decoupling

Patch level: no field or env key was removed or renamed, no port
signature moved, and the API stays backward compatible -- what changed
is the telemetry data contract, which the changelog spells out for
downstream cost rollups.
This commit is contained in:
2026-07-30 12:14:35 -04:00
parent 63b85508c7
commit abca723d3d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ from polygateway.types import (
SourceConfig,
)
__version__ = "1.0.2"
__version__ = "1.0.3"
__all__ = [
"DEFAULT_PROFILES",