diff --git a/flake8diff/__init__.py b/flake8diff/__init__.py index 49d9ace..0495f87 100644 --- a/flake8diff/__init__.py +++ b/flake8diff/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.1' +__version__ = '0.2.2' __description__ = ( 'Run flake8 across a set of changed files and filter out ' 'violations occurring only on the lines that were changed.'