Skip to content

Commit 26375aa

Browse files
author
Alec Delaney
committed
Update version string
1 parent 97895d2 commit 26375aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_build_tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def _munge_to_temp(original_path, temp_file, library_version):
139139
else:
140140
line = line.decode("utf-8").strip("\n")
141141
if line.startswith("__version__"):
142-
line = line.replace("0.0.0-auto.0", library_version)
142+
line = line.replace("0.0.0+auto.0", library_version)
143143
temp_file.write(line.encode("utf-8") + b"\r\n")
144144
temp_file.flush()
145145

0 commit comments

Comments
 (0)