Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed Feb 7, 2024
1 parent 619fc15 commit 83f8c3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires-python = ">=3.12"
dependencies = ["halo", "jinja2", "mkdocs-material", "tqdm"]

[project.urls]
Documentation = "https://github.com/daizutabi/mkapi#readme" # FIXME
Documentation = "https://daizutabi.github.io/mkapi/"
Source = "https://github.com/daizutabi/mkapi"
Issues = "https://github.com/daizutabi/mkapi/issues"

Expand Down Expand Up @@ -98,7 +98,6 @@ ignore = [
"TRY003",
]


[tool.ruff.extend-per-file-ignores]
"tests/*.py" = ["ANN", "D", "S101", "INP001", "T201", "PLR2004", "PGH003"]
"plugins.py" = ["ANN", "D", "ARG002"]
Expand Down
2 changes: 1 addition & 1 deletion src/mkapi/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Dynamic version."""
__version__ = "2.0.0"
__version__ = "2.0.1"

0 comments on commit 83f8c3d

Please sign in to comment.