We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1365e41 commit 3af3f00Copy full SHA for 3af3f00
docs/conf.py
@@ -10,6 +10,7 @@
10
# add these directories to sys.path here. If the directory is relative to the
11
# documentation root, use os.path.abspath to make it absolute, like shown here.
12
#
13
+from importlib.metadata import version
14
import os
15
import sys
16
@@ -26,7 +27,7 @@
26
27
author = 'Ryan Gibson'
28
29
# The full version, including alpha/beta/rc tags
-release = '1.3.5'
30
+release = version('modularitypruning')
31
32
# -- General configuration ---------------------------------------------------
33
0 commit comments