From 4bb4c85a28a5b1481b609928766a062b0db1610d Mon Sep 17 00:00:00 2001 From: Toru Ogawa Date: Tue, 11 Apr 2023 14:00:44 +0900 Subject: [PATCH] bump 0.10.4 (#33) --- README.md | 4 ++-- pysen/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0b6b1e..e4de263 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pysen/_version.py b/pysen/_version.py index b2385cb..d9b054a 100644 --- a/pysen/_version.py +++ b/pysen/_version.py @@ -1 +1 @@ -__version__ = "0.10.3" +__version__ = "0.10.4"