Skip to content

Commit

Permalink
bump 0.10.5 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuyume committed Jul 24, 2023
1 parent 2560ef8 commit 4fc4233
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.4"
pipenv install --dev "pysen[lint]==0.10.5"
# poetry
poetry add -D pysen==0.10.4 -E lint
poetry add -D pysen==0.10.5 -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.4"
__version__ = "0.10.5"

0 comments on commit 4fc4233

Please sign in to comment.