Skip to content

Commit b0af740

Browse files
authored
Update __init__.py
1 parent 4f8b962 commit b0af740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pylib/gyp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def gyp_main(args):
493493
if options.version:
494494
from importlib.metadata import version
495495

496-
print(f"v{version('gyp-next')")
496+
print(f"v{version('gyp-next')}")
497497
return 0
498498
build_files = build_files_arg
499499

0 commit comments

Comments
 (0)