Skip to content

Commit

Permalink
bump version to 0.10.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeant-wizard committed Jan 10, 2023
1 parent 6128d40 commit 75619d9
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.2"
pipenv install --dev "pysen[lint]==0.10.3"
# poetry
poetry add -D pysen==0.10.2 -E lint
poetry add -D pysen==0.10.3 -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.2"
__version__ = "0.10.3"

0 comments on commit 75619d9

Please sign in to comment.