Skip to content

Commit

Permalink
Merge pull request #135 from paulsengroup/release/1.1.0
Browse files Browse the repository at this point in the history
Prepare for release
  • Loading branch information
robomics authored Nov 30, 2024
2 parents 4139ef2 + f175458 commit c5746f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", "")
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit c5746f3

Please sign in to comment.