Skip to content

Commit

Permalink
Fix get_version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jan 8, 2025
1 parent 4bde462 commit 368921a
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 @@ -23,7 +23,7 @@ def get_version():
with open("../pyproject.toml", "rb") as f:
pyproject = tomllib.load(f)

return pyproject["tool"]["poetry"]["version"]
return pyproject["project"]["version"]


# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 368921a

Please sign in to comment.