Skip to content

Commit

Permalink
Update version in conf.py and fix linting issue in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Nov 26, 2024
1 parent b0078f4 commit 164f56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
project = "HARK"
copyright = f"{date.today().year}, Econ-ARK Team"
author = "Econ-ARK Team"
version = release = importlib.metadata.version("HARK")
version = release = importlib.metadata.version("econ-ark")

# General configuration
extensions = [
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,5 @@ messages_control.disable = [
"missing-module-docstring",
"missing-function-docstring",
"wrong-import-position",
"invalid-name",
]

0 comments on commit 164f56e

Please sign in to comment.