From 131303ceef36308072fac36c1fe23b21ff087bb7 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Mon, 15 May 2023 11:09:19 -0700 Subject: [PATCH] update 'Development Status' to 'Production/Stable' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0ea8eddf..96676172c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ maintainers = [{ name = "Adaptive authors" }] license = { text = "BSD" } requires-python = ">=3.9" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3.9",