Skip to content

Commit 6710a5b

Browse files
committed
Bump version
1 parent fccba31 commit 6710a5b

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
@@ -58,7 +58,7 @@ Add the following to your `.pre-commit-config.yaml` file to block commits with m
5858
5959
```yaml
6060
- repo: https://github.com/stefmolin/docstringify
61-
rev: 0.5.1
61+
rev: 0.6.0
6262
hooks:
6363
- id: docstringify
6464
```
@@ -67,7 +67,7 @@ By default, all docstrings are required. If you want to be more lenient, you can
6767

6868
```yaml
6969
- repo: https://github.com/stefmolin/docstringify
70-
rev: 0.5.1
70+
rev: 0.6.0
7171
hooks:
7272
- id: docstringify
7373
args: [--threshold=0.75]
@@ -77,7 +77,7 @@ If you would like to see suggested docstring templates (inferred from type annot
7777

7878
```yaml
7979
- repo: https://github.com/stefmolin/docstringify
80-
rev: 0.5.1
80+
rev: 0.6.0
8181
hooks:
8282
- id: docstringify
8383
args: [--suggest-changes=numpydoc]
@@ -87,7 +87,7 @@ Use `--make-changes` to create a copy of each file with docstring templates. Her
8787

8888
```yaml
8989
- repo: https://github.com/stefmolin/docstringify
90-
rev: 0.5.1
90+
rev: 0.6.0
9191
hooks:
9292
- id: docstringify
9393
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.5.1'
6+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)