Skip to content

Commit

Permalink
🔖 release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 12, 2024
1 parent c1af29a commit 256240d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/ShigureLab/dochooks
rev: v0.3.0
rev: v0.4.0
hooks:
- id: check-whitespace-between-cn-and-en-char
files: \.md$|\.rst$
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Some pre-commit hooks for docs.
```yaml
repos:
- repo: https://github.com/PFCCLab/dochooks
rev: v0.3.0
rev: v0.4.0
hooks:
- id: check-whitespace-between-cn-and-en-char
files: \.md$|\.rst$
Expand Down
2 changes: 1 addition & 1 deletion dochooks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Meta information for the project.
from __future__ import annotations

__version__ = "0.3.0"
__version__ = "0.4.0"
__author__ = "Nyakku Shigure"
__year__ = "2022"
__project_info__ = {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dochooks"
version = "0.3.0"
version = "0.4.0"
description = ""
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 256240d

Please sign in to comment.