We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b63e81 commit bad820eCopy full SHA for bad820e
pandas/__init__.py
@@ -83,6 +83,7 @@
83
from ._version import get_versions
84
v = get_versions()
85
__version__ = v.get('closest-tag', v['version'])
86
+__git_version__ = v['full-revisionid']
87
del get_versions, v
88
89
# module level doc-string
0 commit comments