mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
parent
d4d487ea97
commit
218a0b6980
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ LOG.addHandler(NullHandler())
|
|||
# Clean up after LOG config
|
||||
del NullHandler
|
||||
|
||||
__version__ = '3.3.0.dev0'
|
||||
__version__ = '3.3.0'
|
||||
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue