From 3206c146831546f4e2b71c102bf2adaba00a9582 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 23 Jan 2018 09:41:28 +0100 Subject: Bump to v10.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bfd4c9f..42072d6 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python # vim:fileencoding=utf-8 -# (C) 2017 Michał Górny +# (C) 2017-2018 Michał Górny # 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', -- cgit v1.2.3