Skip to content

Commit 7501d37

Browse files
committed
Bump version
1 parent bd5b14a commit 7501d37

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add the following to your `.pre-commit-config.yaml` file to block commits with m
99

1010
```yaml
1111
- repo: https://github.com/stefmolin/docstringify
12-
rev: 0.4.0
12+
rev: 0.5.0
1313
hooks:
1414
- id: docstringify
1515
```
@@ -18,7 +18,7 @@ By default, all docstrings are required. If you want to be more lenient, you can
1818
1919
```yaml
2020
- repo: https://github.com/stefmolin/docstringify
21-
rev: 0.4.0
21+
rev: 0.5.0
2222
hooks:
2323
- id: docstringify
2424
args: [--threshold=0.75]
@@ -28,7 +28,7 @@ If you would like to see suggested docstring templates (inferred from type annot
2828

2929
```yaml
3030
- repo: https://github.com/stefmolin/docstringify
31-
rev: 0.4.0
31+
rev: 0.5.0
3232
hooks:
3333
- id: docstringify
3434
args: [--suggest-changes=numpydoc]
@@ -38,7 +38,7 @@ Use `--make-changes` to create a copy of each file with docstring templates. Her
3838

3939
```yaml
4040
- repo: https://github.com/stefmolin/docstringify
41-
rev: 0.4.0
41+
rev: 0.5.0
4242
hooks:
4343
- id: docstringify
4444
args: [--make-changes=google]

src/docstringify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
type annotations.
44
"""
55

6-
__version__ = '0.4.0'
6+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)