From c44301bb6e91858144c38bc0468cf00d8caeea51 Mon Sep 17 00:00:00 2001 From: tdstein Date: Fri, 6 Sep 2024 13:02:10 -0400 Subject: [PATCH] chore: set development status to stable --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c18a739..44f57472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.8" license = { file = "LICENSE" } keywords = ["posit", "sdk"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",