diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f92aa798..60181321 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: add-trailing-comma args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade - rev: v2.10.0 + rev: v2.10.1 hooks: - id: pyupgrade args: [--py36-plus] diff --git a/README.md b/README.md index de785023..4db62ad1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Sample `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/asottile/pyupgrade - rev: v2.10.0 + rev: v2.10.1 hooks: - id: pyupgrade ``` diff --git a/setup.cfg b/setup.cfg index 440e085a..0028f60e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyupgrade -version = 2.10.0 +version = 2.10.1 description = A tool to automatically upgrade syntax for newer versions. long_description = file: README.md long_description_content_type = text/markdown