yamllint version 1.0.0

This commit is contained in:
Adrien Vergé 2016-02-19 09:15:12 +01:00
parent fff09fa2df
commit 64caa95b6a
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ setup(
keywords=['yaml', 'lint', 'linter', 'syntax', 'checker'],
url='https://github.com/adrienverge/yamllint',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',

View File

@ -22,7 +22,7 @@ indentation, etc."""
APP_NAME = 'yamllint'
APP_VERSION = '0.7.2'
APP_VERSION = '1.0.0'
APP_DESCRIPTION = __doc__
__author__ = u'Adrien Vergé'