We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97895d2 + c3cf652 commit 687af8cCopy full SHA for 687af8c
1 file changed
circuitpython_build_tools/build.py
@@ -140,6 +140,7 @@ def _munge_to_temp(original_path, temp_file, library_version):
140
line = line.decode("utf-8").strip("\n")
141
if line.startswith("__version__"):
142
line = line.replace("0.0.0-auto.0", library_version)
143
+ line = line.replace("0.0.0+auto.0", library_version)
144
temp_file.write(line.encode("utf-8") + b"\r\n")
145
temp_file.flush()
146
0 commit comments