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.
1 parent 9004f20 commit dadbba6Copy full SHA for dadbba6
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