Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Oct 7, 2024
1 parent c4dded0 commit bca4c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

from importlib.metadata import version as get_version

release: str = get_version("package-name")
release: str = get_version("fusesoc")
# for example take major/minor
version: str = ".".join(release.split(".")[:2])

Expand Down

0 comments on commit bca4c88

Please sign in to comment.