This commit is contained in:
Robert Lechte 2020-08-28 13:07:07 +10:00
parent d4f2371b6c
commit 13f3099df1

View File

@ -20,4 +20,4 @@ v_with_timestamp = ".".join(parts)
pyproject["tool"]["poetry"]["version"] = v_with_timestamp
p.write_text(dumps(pyproject, tpide()))
Path('/version').expanduser().write_text(v_with_timestamp)
Path("/version").expanduser().write_text(v_with_timestamp)