Bump up version number

This commit is contained in:
Laszlo Nagy
2018-01-07 21:39:20 +11:00
parent cedc7617e3
commit 4c8428ed4d
2 changed files with 3 additions and 1 deletions

View File

@@ -31,3 +31,5 @@ v2.0.8 2017-08-09 -- MPI compiler wrappers are expanded
v2.0.9 2017-09-03 -- Bug fix v2.0.9 2017-09-03 -- Bug fix
v2.0.10 2017-10-03 -- Add typing as dependency v2.0.10 2017-10-03 -- Add typing as dependency
v2.0.11 2018-01-07 -- Fix decoding error at report generation

View File

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