diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-04-15 20:49:00 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-04-15 20:49:00 -0700 |
| commit | f7bda9296329cd0ad22cc38fe51b9fd679eed296 (patch) | |
| tree | 188043ed1485763a92a17519283bb3d0ab0df122 /src | |
| parent | e3313e0949472c1c3e9a6618615c9dc0c46291b2 (diff) | |
| download | flake8-f7bda9296329cd0ad22cc38fe51b9fd679eed296.tar.gz | |
Release 3.9.13.9.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/flake8/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/__init__.py b/src/flake8/__init__.py index ea2f541..3c7f082 100644 --- a/src/flake8/__init__.py +++ b/src/flake8/__init__.py @@ -18,7 +18,7 @@ if False: # `typing.TYPE_CHECKING` was introduced in 3.5.2 LOG = logging.getLogger(__name__) LOG.addHandler(logging.NullHandler()) -__version__ = "3.9.0" +__version__ = "3.9.1" __version_info__ = tuple( int(i) for i in __version__.split(".") if i.isdigit() ) |
