diff --git a/deploy/vbump.py b/deploy/vbump.py index b8f04f7..6362279 100644 --- a/deploy/vbump.py +++ b/deploy/vbump.py @@ -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) \ No newline at end of file +Path("/version").expanduser().write_text(v_with_timestamp)