Skip to content

Commit 854a6ee

Browse files
committed
bump up version number
1 parent 17c041f commit 854a6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='scan-build',
8-
version='0.2',
8+
version='1.0',
99
author='László Nagy',
1010
author_email='[email protected]',
1111
keywords=['Clang', 'scan-build', 'static analyzer'],
@@ -20,7 +20,7 @@
2020
packages=['libscanbuild', 'libear'],
2121
package_data={'libscanbuild': ['resources/*'], 'libear': ['config.h.in', 'ear.c']},
2222
classifiers=[
23-
"Development Status :: 4 - Beta",
23+
"Development Status :: 5 - Production/Stable",
2424
"License :: OSI Approved :: University of Illinois/NCSA Open Source License",
2525
"Environment :: Console",
2626
"Operating System :: POSIX",

0 commit comments

Comments
 (0)