Skip to content

Commit 4fc4233

Browse files
authored
bump 0.10.5 (#39)
1 parent 2560ef8 commit 4fc4233

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pip install black==21.10b0 flake8==4.0.1 isort==5.10.1 mypy==0.910
2323

2424
```sh
2525
# pipenv
26-
pipenv install --dev "pysen[lint]==0.10.4"
26+
pipenv install --dev "pysen[lint]==0.10.5"
2727
# poetry
28-
poetry add -D pysen==0.10.4 -E lint
28+
poetry add -D pysen==0.10.5 -E lint
2929
```
3030

3131
## Quickstart: Set up linters using pysen

pysen/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.4"
1+
__version__ = "0.10.5"

0 commit comments

Comments
 (0)