Skip to content

Commit 3af3f00

Browse files
committed
Sync documentation version with setup.py
1 parent 1365e41 commit 3af3f00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# add these directories to sys.path here. If the directory is relative to the
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
1212
#
13+
from importlib.metadata import version
1314
import os
1415
import sys
1516

@@ -26,7 +27,7 @@
2627
author = 'Ryan Gibson'
2728

2829
# The full version, including alpha/beta/rc tags
29-
release = '1.3.5'
30+
release = version('modularitypruning')
3031

3132
# -- General configuration ---------------------------------------------------
3233

0 commit comments

Comments
 (0)