Skip to content

Commit bcb7185

Browse files
authored
Merge pull request #3 from jklymak/mnt-version-info
MNT: add _version.py to track version
2 parents fdf2c02 + bc96d42 commit bcb7185

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)