Skip to content

Commit

Permalink
bump 0.10.6 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
linshokaku committed Mar 12, 2024
1 parent f969467 commit 70b2010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ pip install black==21.10b0 flake8==4.0.1 isort==5.10.1 mypy==0.910

```sh
# pipenv
pipenv install --dev "pysen[lint]==0.10.5"
pipenv install --dev "pysen[lint]==0.10.6"
# poetry
poetry add -D pysen==0.10.5 -E lint
poetry add -D pysen==0.10.6 -E lint
```

## Quickstart: Set up linters using pysen
Expand Down
2 changes: 1 addition & 1 deletion pysen/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.5"
__version__ = "0.10.6"

0 comments on commit 70b2010

Please sign in to comment.