summaryrefslogtreecommitdiff
path: root/pycodestyle.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-08-03 19:09:49 -0400
committerAnthony Sottile <asottile@umich.edu>2022-08-03 19:09:49 -0400
commitc33e852a5938b823b04dd981260bd1664c643385 (patch)
tree0fee3440cb44a46e163ee172b90105f871e3d3e7 /pycodestyle.py
parentc97e4f86bd60e449a64be6c0de5b5ec5bb28b8e9 (diff)
downloadpep8-c33e852a5938b823b04dd981260bd1664c643385.tar.gz
Release 2.9.1
Diffstat (limited to 'pycodestyle.py')
-rwxr-xr-xpycodestyle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycodestyle.py b/pycodestyle.py
index ad3030a..542272c 100755
--- a/pycodestyle.py
+++ b/pycodestyle.py
@@ -72,7 +72,7 @@ if (
): # pragma: no cover (<py310)
tokenize._compile = lru_cache()(tokenize._compile) # type: ignore
-__version__ = '2.9.0'
+__version__ = '2.9.1'
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503,W504'