__version__ variable not defined

This commit is contained in:
Milka64 2023-12-10 08:10:53 +01:00
parent 5fde936475
commit ab3fd6475c

View file

@ -9,4 +9,4 @@ def setup(application: Sphinx) -> Dict[str, Any]:
setup extension.
"""
application.add_directive('d2lang', D2langDirective)
return {"version": __version__, "parallel_read_safe": True}
return {"version": '0.0.1', "parallel_read_safe": True}