diff --git a/README.md b/README.md index 7b2bfa4..05a9826 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ poetry add -D pysen==0.11.0 -E lint Put the following pysen configuration to either `pysen.toml` or `pyproject.toml` of your python package: ```toml [tool.pysen] -version = "0.10" +version = "0.11" [tool.pysen.lint] enable_black = true @@ -206,7 +206,7 @@ Please refer to `pysen/pyproject_model.py` for the latest model. Here is an example of a basic configuration: ```toml [tool.pysen] -version = "0.10" +version = "0.11" [tool.pysen.lint] enable_black = true diff --git a/pyproject.toml b/pyproject.toml index 66bf499..880f506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ settings_dir = "." [tool.pysen] -version = "0.10" +version = "0.11" [tool.pysen.lint] enable_black = true