From 9a87352051187db97bf4d33ae905bc274a7c95d5 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Fri, 17 Nov 2017 01:29:46 +0100 Subject: [PATCH 1/2] beta status --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e97c1a9..3995b93 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ url='https://www.markusressel.de', packages=find_packages(), classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', 'Programming Language :: Python :: 3', ], From 5eb3075b5e89bd5f8cc6ba863d776663ba3ecf55 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Fri, 17 Nov 2017 01:30:19 +0100 Subject: [PATCH 2/2] stable status --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3995b93..2007101 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ url='https://www.markusressel.de', packages=find_packages(), classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', 'Programming Language :: Python :: 3', ],