diff --git a/setup.py b/setup.py index ea57f31..7e6d12c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from distutils.core import setup setup(name='firehose', - version='0.2', + version='0.3', description='Library for working with output from static code analyzers', packages=['firehose', 'firehose.parsers'],