Skip to content

Commit

Permalink
bugfix for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jan 24, 2024
1 parent c2028f6 commit 1ce46ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
# -- Project information -----------------------------------------------------
from importlib.metadata import version

project = "cfdpy"
project = "cfdp-py"
copyright = "2024, Robin Mueller"
author = "Robin Mueller"

# The full version, including alpha/beta/rc tags
release = version = version("cfdpy")
release = version = version("cfdppy")


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 1ce46ff

Please sign in to comment.