We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdd64e4 + d27173b commit f5ca8b1Copy full SHA for f5ca8b1
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