Skip to content

Commit 17fcdd9

Browse files
committed
Fix version
1 parent bcb7185 commit 17fcdd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mpl_sphinx_theme/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
from os import path
1+
from ._version import __version__
22

3-
from _version import __version__
3+
from os import path
44

55
def get_html_theme_path():
66
"""Return list of HTML theme paths."""

0 commit comments

Comments
 (0)