diff --git a/flake8_html/__init__.py b/flake8_html/__init__.py index 75dc47f..8b522a7 100644 --- a/flake8_html/__init__.py +++ b/flake8_html/__init__.py @@ -3,7 +3,7 @@ __author__ = """Daniel Pope""" __email__ = 'mauve@mauveweb.co.uk' -__version__ = '0.4.2' +__version__ = '0.4.3' from .plugin import HTMLPlugin diff --git a/setup.cfg b/setup.cfg index ed99309..c6cf32f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.2 +current_version = 0.4.3 commit = True tag = True diff --git a/setup.py b/setup.py index 13beb24..96349a7 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='flake8-html', - version='0.4.2', + version='0.4.3', description="Generate HTML reports of flake8 violations", long_description=readme + '\n\n' + history, author="Daniel Pope",