Skip to content

Commit a6b12ce

Browse files
authored
bump version to v0.4.1 (open-mmlab#15)
* bump version to v0.4.0 * bump version to v0.4.0
1 parent 06d1e46 commit a6b12ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add this to your `.pre-commit-config.yaml`
88

99
```yaml
1010
- repo: https://github.com/open-mmlab/pre-commit-hooks
11-
rev: v0.4.0 # Use the ref you want to point at
11+
rev: v0.4.1 # Use the ref you want to point at
1212
hooks:
1313
- id: check-algo-readme
1414
- id: check-copyright
@@ -51,7 +51,7 @@ Check the validity of the ecosystem yaml file
5151

5252
```yaml
5353
- repo: https://github.com/open-mmlab/pre-commit-hooks
54-
rev: v0.4.0
54+
rev: v0.4.1
5555
hooks:
5656
- id: check-ecosystem-validity
5757
args: [projects_index.yaml]
@@ -77,7 +77,7 @@ Usage:
7777

7878
```yaml
7979
- repo: https://github.com/open-mmlab/pre-commit-hooks
80-
rev: v0.4.0
80+
rev: v0.4.1
8181
hooks:
8282
- id: remove-improper-eol-in-cn-docs
8383
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme():
99

1010
setup(
1111
name='pre_commit_hooks',
12-
version='0.4.0',
12+
version='0.4.1',
1313
description='A pre-commit hook for OpenMMLab projects',
1414
long_description=readme(),
1515
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)