diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-05-11 13:42:09 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-05-11 13:42:34 -0700 |
| commit | b4d285019210ccdb5d526e64c281db64e5316d6c (patch) | |
| tree | 807776003cd5cd3007625368935572cda0be50ba /src | |
| parent | 03c7dd3a8d3624188a2f18e6e630f44b453847d8 (diff) | |
| download | flake8-b4d285019210ccdb5d526e64c281db64e5316d6c.tar.gz | |
Release 3.8.03.8.0
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 0af3212..277d14b 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.8.0a2" +__version__ = "3.8.0" __version_info__ = tuple( int(i) for i in __version__.split(".") if i.isdigit() ) |
