Skip to content

Commit b5607c7

Browse files
Yang-33eucyt
andauthored
Update tools/update_version.py
Co-authored-by: Yuta Euchi <[email protected]>
1 parent e3ca659 commit b5607c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def update_and_verify_version(new_version):
5858

5959
if __name__ == "__main__":
6060
if len(sys.argv) != 2:
61-
print("Usage: python update_and_verify_version.py <new_version>")
61+
print("Usage: python update_version.py <new_version>")
6262
sys.exit(1)
6363

6464
new_version = sys.argv[1]

0 commit comments

Comments
 (0)