app.version
Centralized application version metadata.
This module is the single source of truth for the AIFT version string. It is referenced by the audit logger, HTML report generator, and the settings/about UI so that version numbers stay consistent across all outputs.
Attributes:
- TOOL_VERSION: Semantic version string for the current AIFT release.
1"""Centralized application version metadata. 2 3This module is the single source of truth for the AIFT version string. 4It is referenced by the audit logger, HTML report generator, and the 5settings/about UI so that version numbers stay consistent across all 6outputs. 7 8Attributes: 9 TOOL_VERSION: Semantic version string for the current AIFT release. 10""" 11 12TOOL_VERSION = "1.4.1"
TOOL_VERSION =
'1.4.1'