Skip to content

Commit 687af8c

Browse files
authored
Merge pull request #92 from tekktrik/dev/change-version-string
Update version string
2 parents 97895d2 + c3cf652 commit 687af8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circuitpython_build_tools/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def _munge_to_temp(original_path, temp_file, library_version):
140140
line = line.decode("utf-8").strip("\n")
141141
if line.startswith("__version__"):
142142
line = line.replace("0.0.0-auto.0", library_version)
143+
line = line.replace("0.0.0+auto.0", library_version)
143144
temp_file.write(line.encode("utf-8") + b"\r\n")
144145
temp_file.flush()
145146

0 commit comments

Comments
 (0)