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.
1 parent 2a39cb3 commit 848a1ffCopy full SHA for 848a1ff
src/docstub/__init__.py
@@ -4,6 +4,6 @@
4
docstub: Generate Python stub files (PYI) from docstrings
5
"""
6
7
-from ._version import version as __version__
+from ._version import __version__
8
9
__all__ = ["__version__"]
0 commit comments