diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-23 09:41:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-23 09:41:28 +0100 |
commit | 3206c146831546f4e2b71c102bf2adaba00a9582 (patch) | |
tree | ce5a27d654ff5bc2f7e9c95e02ef84ee2ab98ee4 /setup.py | |
parent | f57978a8175e43b78b87b9ce8a88a5863d5fec8f (diff) | |
download | gemato-3206c146831546f4e2b71c102bf2adaba00a9582.tar.gz |
Bump to v10.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/python # vim:fileencoding=utf-8 -# (C) 2017 Michał Górny <mgorny@gentoo.org> +# (C) 2017-2018 Michał Górny <mgorny@gentoo.org> # Licensed under the terms of 2-clause BSD license from setuptools import setup @@ -8,7 +8,7 @@ from setuptools import setup setup( name='gemato', - version='9.3', + version='10.0', description='Gentoo Manifest Tool -- a stand-alone utility to verify and update Gentoo Manifest files', author='Michał Górny', @@ -31,7 +31,7 @@ setup( }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: System Administrators', 'License :: OSI Approved :: BSD License', |