From 94c44b933597dfe0165d7668659738e3aba628a9 Mon Sep 17 00:00:00 2001 From: Doug Addy Date: Tue, 29 Oct 2024 16:12:42 +0000 Subject: [PATCH] Set trove classifier to beta --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1e33d3d..c84c9985 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = "README.rst" repository = "https://github.com/ansys/grantami-recordlists" documentation = "https://recordlists.grantami.docs.pyansys.com" classifiers = [ - "Development Status :: 5 - Production/Stable", + "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",