We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82c47ed + dadbba6 commit db4f059Copy full SHA for db4f059
tools/preprocess_frozen_modules.py
@@ -78,6 +78,7 @@ def copy_and_process(in_dir, out_dir):
78
if line.startswith("__version__"):
79
module_version = version_string(root, valid_semver=True)
80
line = line.replace("0.0.0-auto.0", module_version)
81
+ line = line.replace("0.0.0+auto.0", module_version)
82
output.write(line)
83
84
0 commit comments