We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdd64e4 + 768417e commit d27173bCopy full SHA for d27173b
1 file changed
node_cli/cli/__init__.py
@@ -1,6 +1,6 @@
1
from importlib.metadata import version
2
3
-__version__ = version("node-cli")
+__version__ = version('node-cli')
4
5
if __name__ == '__main__':
6
print(__version__)
0 commit comments