diff --git a/setup.py b/setup.py index 2f57cd5..74ad899 100644 --- a/setup.py +++ b/setup.py @@ -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)', diff --git a/yamllint/__init__.py b/yamllint/__init__.py index 803deb2..9d45878 100644 --- a/yamllint/__init__.py +++ b/yamllint/__init__.py @@ -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é'