From f1754580e61693b7d08d5ac555d267866b43cac3 Mon Sep 17 00:00:00 2001 From: Roberto Rossini <71787608+robomics@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:48:01 +0100 Subject: [PATCH] Prepare for release --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 62e2ad5..f7de108 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,6 +4,7 @@ import os +from importlib.metadata import version # Define the canonical URL if you are using a custom domain on Read the Docs html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "") @@ -67,7 +68,7 @@ # built documents. # Read the listed version -version = "1.0.0" +version = version("hictkpy") # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.