bump up version

This commit is contained in:
Laszlo Nagy
2020-01-04 11:57:23 +11:00
parent 84b6aab76a
commit 7c5be37e06
2 changed files with 3 additions and 1 deletions

View File

@@ -45,3 +45,5 @@ v2.0.15 2019-01-01 -- Bug fix: report hash function includes bug type
v2.0.16 2019-05-14 -- Minor improvements
v2.0.17 2019-07-10 -- Bug fix: typing package requirement fix
v2.0.18 2020-01-04 -- Bug fix: duplication of report entries

View File

@@ -5,7 +5,7 @@ from setuptools import setup
setup(
name='scan-build',
version='2.0.17',
version='2.0.18',
author='László Nagy',
author_email='rizsotto@gmail.com',
keywords=['Clang', 'scan-build', 'static analyzer'],