diff --git a/setup.py b/setup.py index f533703..5319cdb 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( # PEP8: Packages should also have short, all-lowercase names, the use of underscores is discouraged name='pylintfileheader', - version='0.3.2', + version='0.3.3', packages=find_packages(exclude=['*test']), description='Enables pylint to force a consistent file header.', long_description=LONG_DESCRIPTION,