We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a267b87 commit 6726e89Copy full SHA for 6726e89
README.md
@@ -23,9 +23,9 @@ pip install black==21.10b0 flake8==4.0.1 isort==5.10.1 mypy==0.910
23
24
```sh
25
# pipenv
26
-pipenv install --dev "pysen[lint]==0.11.3"
+pipenv install --dev "pysen[lint]==0.11.4"
27
# poetry
28
-poetry add -D pysen==0.11.3 -E lint
+poetry add -D pysen==0.11.4 -E lint
29
```
30
31
## Quickstart: Set up linters using pysen
src/pysen/_version.py
@@ -1 +1 @@
1
-__version__ = "0.11.4a3"
+__version__ = "0.11.4"
0 commit comments