We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b0066e + f5ca8b1 commit a4bcfb7Copy full SHA for a4bcfb7
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