Skip to content

Commit

Permalink
fix version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Nov 1, 2024
1 parent 726b039 commit b796ea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@


project = "regularizepsf"
copyright = "2023, J. Marcus Hughes and the PUNCH Science Operations Center"
copyright = "YYYY, J. Marcus Hughes and the PUNCH Science Operations Center"
author = "J. Marcus Hughes and the PUNCH Science Operations Center"
release: str = get_version("regularizepsf")
version: str = ".".join(release.split('.')[:2])

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

0 comments on commit b796ea5

Please sign in to comment.