Skip to content

Commit bc96d42

Browse files
committed
MNT: add _version.py to track version
1 parent fdf2c02 commit bc96d42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mpl_sphinx_theme/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from os import path
22

3-
__version__ = "0.0.0"
4-
3+
from _version import __version__
54

65
def get_html_theme_path():
76
"""Return list of HTML theme paths."""

0 commit comments

Comments
 (0)