Skip to content

Commit

Permalink
update other relative version
Browse files Browse the repository at this point in the history
  • Loading branch information
linshokaku committed Mar 22, 2024
1 parent 5a39933 commit a05138b
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
settings_dir = "."

[tool.pysen]
version = "0.10"
version = "0.11"

[tool.pysen.lint]
enable_black = true
Expand Down

0 comments on commit a05138b

Please sign in to comment.