From 329b97c2ab07dda9863ec804325562dfd97833c6 Mon Sep 17 00:00:00 2001 From: Yuki Igarashi Date: Sat, 23 Apr 2022 14:37:27 +0900 Subject: [PATCH] Bump version to 0.10.2 (#14) --- README.md | 4 ++-- pysen/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2094a57..681acc9 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.1" +pipenv install --dev "pysen[lint]==0.10.2" # poetry -poetry add -D pysen==0.10.1 -E lint +poetry add -D pysen==0.10.2 -E lint ``` ## Quickstart: Set up linters using pysen diff --git a/pysen/_version.py b/pysen/_version.py index 1f4c4d4..17c1a62 100644 --- a/pysen/_version.py +++ b/pysen/_version.py @@ -1 +1 @@ -__version__ = "0.10.1" +__version__ = "0.10.2"