bump up version

This commit is contained in:
Laszlo Nagy
2021-05-11 23:26:23 +10:00
parent 02f8313061
commit d0ad5c7a31
2 changed files with 3 additions and 1 deletions

View File

@@ -49,3 +49,5 @@ v2.0.17 2019-07-10 -- Bug fix: typing package requirement fix
v2.0.18 2020-01-04 -- Bug fix: duplication of report entries
v2.0.19 2020-02-23 -- Bug fix: 3.5.0 python needs typing as dependency
v2.0.20 2021-05-11 -- Bug fix: 3.9.0 python has no plistlib.readPlist

View File

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