Skip to content

Commit 3b37c81

Browse files
authored
Merge pull request #17 from QuLogic/version-info
Add missing export of version_info
2 parents 797f61d + 375933d commit 3b37c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpl_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ._version import __version__
1+
from ._version import version_info, __version__
22

33
from os import path
44

0 commit comments

Comments
 (0)