Skip to content

Commit

Permalink
bump 0.10.4 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuyume committed Apr 11, 2023
1 parent 7d88ecc commit 4bb4c85
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.3"
pipenv install --dev "pysen[lint]==0.10.4"
# poetry
poetry add -D pysen==0.10.3 -E lint
poetry add -D pysen==0.10.4 -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.3"
__version__ = "0.10.4"

0 comments on commit 4bb4c85

Please sign in to comment.