Skip to content

Commit 58da4ab

Browse files
committed
docs/conf.py: fixed version
1 parent a063751 commit 58da4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = 'lxmlh'
1414
copyright = f'{datetime.date.today().year}, Mina Sami'
1515
author = 'Mina Sami'
16-
version = release = importlib.metadata.version("lxml")
16+
version = release = importlib.import_module('lxmlh').__version__
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)