Skip to content

Commit cb83bba

Browse files
authored
fix: normalize fallback version (#2386)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the fallback version to “0.0.0” when build metadata isn’t available, replacing the previous “Unknown” label. This provides a clear, semantic version in apps, logs, and package info. * Improves consistency across environments by preventing ambiguous “Unknown” version displays. No functional changes to features; only the reported version string is affected when source control metadata cannot be detected. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 7f07781 commit cb83bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ cmake.version = ">=3.26"
109109

110110
[tool.setuptools_scm]
111111
write_to = "reacnetgenerator/_version2.py"
112-
fallback_version = "Unknown"
112+
fallback_version = "0.0.0"
113113

114114
[tool.cibuildwheel]
115115
test-command = [

0 commit comments

Comments
 (0)