Skip to content

Commit

Permalink
docs: add version number (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Jun 7, 2023
1 parent f592d19 commit 71832d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
project = "repo-review"
copyright = "2022, Henry Schreiner"
author = "Henry Schreiner"
release = importlib.metadata.version("repo-review")
release = importlib.metadata.version("repo-review").split("+")[0]
version = ".".join(release.split(".")[:2])

extensions = [
Expand Down

0 comments on commit 71832d1

Please sign in to comment.