We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c041f commit 854a6eeCopy full SHA for 854a6ee
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='scan-build',
8
- version='0.2',
+ version='1.0',
9
author='László Nagy',
10
author_email='rizsotto@gmail.com',
11
keywords=['Clang', 'scan-build', 'static analyzer'],
@@ -20,7 +20,7 @@
20
packages=['libscanbuild', 'libear'],
21
package_data={'libscanbuild': ['resources/*'], 'libear': ['config.h.in', 'ear.c']},
22
classifiers=[
23
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
24
"License :: OSI Approved :: University of Illinois/NCSA Open Source License",
25
"Environment :: Console",
26
"Operating System :: POSIX",
0 commit comments