Skip to content

Commit

Permalink
Update version to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Rudnyh committed Feb 4, 2016
1 parent 3d5fd57 commit 0317db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flake8Lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from lint import lint, lint_external, load_flake8_config, tools_versions


__version__ = '2.4.1'
__version__ = '2.4.3'

# copy-pasted from flake8.engine
FLAKE8_NOQA = re.compile(r'flake8[:=]\s*noqa', re.I).search
Expand Down

0 comments on commit 0317db6

Please sign in to comment.