diff --git a/setup.py b/setup.py index d857bd4..bffb3fd 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name='bellybutton', packages=['bellybutton'], platforms='any', - version='0.3.1', + version='0.3.2', description='Custom Python linting through AST expressions.', author='H. Chase Stevens', author_email='chase@chasestevens.com',