Skip to content

Commit 207d779

Browse files
authored
Bump version (#59)
1 parent 155eae5 commit 207d779

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 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: 1.0.0
61+
rev: 1.1.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: 1.0.0
70+
rev: 1.1.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: 1.0.0
80+
rev: 1.1.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: 1.0.0
90+
rev: 1.1.0
9191
hooks:
9292
- id: docstringify
9393
args: [--make-changes=google]
@@ -97,7 +97,7 @@ If you want the changes to be made in place, change `--make-changes` to `--make-
9797

9898
```yaml
9999
- repo: https://github.com/stefmolin/docstringify
100-
rev: 1.0.0
100+
rev: 1.1.0
101101
hooks:
102102
- id: docstringify
103103
args: [--make-changes-inplace=numpydoc]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "docstringify"
8-
version = "1.0.0"
8+
version = "1.1.0"
99
description = "Flag missing docstrings and, optionally, generate them from signatures and type annotations."
1010
readme = "README.md"
1111
keywords = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)